ILDELAYSIGN

Indicates whether to reserve space in the assembly for the strong name signature, or to defer the actual signing until later.

Syntax:
>>-.----.--ILDELAYSIGN--------><
   +-NO-+
Parameters:

None

Properties:
Default: NOILDELAYSIGN
IDE equivalent: Click Project > Properties > Common Properties > General > Assembly Strong Name Attributes > 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 for more information.

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

See Also: