ILDELAYSIGN

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-+

Parameters:

None

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.

You can specify the keys for signing the assembly using the ILKEYFILE or ILKEYNAME directive.