>>-----.---ILKEYFILE--"keyfile"--.--->< +-NOILKEYFILE-------------+
Default: | NOILKEYFILE |
IDE equivalent: | Click Project > Properties > Application > Assembly Information and fill in Key File |
Assembly manifest attribute: | System.Reflection.AssemblyKeyFile |
Comments:
The Compiler sets the public key in the assembly manifest and signs the final assembly with the private key.
To generate the key file, use the .NET sn.exe utility.
You can alternatively specify the keys using the ILKEYNAME directive. You can also partially sign the assembly using the ILDELAYSIGN directive.