Indicates whether to reserve space in the assembly for the strong name signature, or to defer the actual signing until later.
Restriction: This directive is supported for .NET COBOL only.
Syntax:
>>-.----.--ILDELAYSIGN--------><
+-NO-+
Properties:
Default:
|
NOILDELAYSIGN
|
IDE equivalent:
|
Click
Project
>
Properties >
Application >
Assembly Information and check
Delay Sign
|
Assembly manifest attribute:
|
System.Reflection.AssemblyDelaySign
|
Comments:
When signing is delayed, only the public key is set. See the Visual Studio Help topic Delay Signing for more information.
You can specify the keys for signing the assembly using the ILKEYFILE or ILKEYNAME directive.