NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HxLink DID NOT INITIALIZE

/assembly.keycontainer (Specify Key Container)

EnterDescription

/assembly.keycontainer:"container"

-or-

/a.keycontainer:"container

Arguments

keyname:container
Container that contains the key. Place the string in double quotation marks (" ") if there is a space in container

Remarks

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.

Example

Compile source file input.vb and specify a key container:

vbc /assembly.keycontainer:key1 input.vb

See Also

Visual Basic Compiler Options | /assembly.keyfile | /assembly.version