IVbcHostObject.SetDelaySign(Boolean) Method

Definition

Specifies a value indicating whether to create a fully signed assembly.

public:
 bool SetDelaySign(bool delaySign);
public bool SetDelaySign (bool delaySign);
abstract member SetDelaySign : bool -> bool
Public Function SetDelaySign (delaySign As Boolean) As Boolean

Parameters

delaySign
Boolean

true if you want to create a fully signed assembly; false if you only want to place the public key in the assembly.

Returns

true if the method was successful; otherwise, false.

Applies to