ICscHostObject.SetDelaySign(Boolean, 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 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.