ICscHostObject.SetDelaySign(Boolean, Boolean) Method

Definition

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

C#
public bool SetDelaySign(bool delaySignExplicitlySet, bool delaySign);

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

製品 バージョン
MSBuild 15, 16, 17
MSBuild (.NET Core) 15, 16, 17