EnterDescription
/assembly.keycontainer:"container"
-or-
/a.keycontainer:"container
The compiler creates the sharable component by inserting a public key into the assembly manifest and signing the final assembly with the private key. Use sn -k file (at the command line) to generate a key file.
The key information appears in the Originator Blob field of the assembly.
/a.keycontainer is the short form of /assembly.keycontainer.
Compile source file input.vb
and specify a key container:
vbc /assembly.keycontainer:key1 input.vb
Visual Basic Compiler Options | /assembly.keyfile | /assembly.version