IVbcHostObject.SetDelaySign(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.