ICscHostObject.SetDelaySign(Boolean, Boolean) Method

Definition

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

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

Parameters

delaySignExplicitlySet
Boolean

true if the DelaySign parameter is explicitly set; otherwise, false.

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