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!

AssemblyName.KeyPair

This read/write property returns and sets the public and private cryptographic key pair generated by the originator of the assembly.

[Visual Basic]
Overridable Public Property KeyPair As StrongNameKeyPair
[C#]
public StrongNameKeyPair KeyPair {virtual get; virtual set;}
[C++]
public: __property virtual StrongNameKeyPair* get_KeyPair();
public: __property virtual void set_KeyPair(StrongNameKeyPair*);
[JScript]
public function get KeyPair() : StrongNameKeyPair;
public function set KeyPair(StrongNameKeyPair);

Property Value

Read/write. Returns and sets the public and private cryptographic key pair generated by the originator of the assembly.

See Also

AssemblyName Class | AssemblyName Members | System.Reflection Namespace