Indicates whether to reserve space in the assembly for the strong name signature, or to defer the actual signing until later.
>>-.----.--ILDELAYSIGN-------->< +-NO-+
None
Default: | NOILDELAYSIGN |
IDE equivalent: | Click Project > Properties > Common Properties > General > Assembly Strong Name Attributes > Delay Sign |
Assembly manifest attribute: | System.Reflection.AssemblyDelaySign |
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.