CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums


Gets or sets the public and private cryptographic key pair generated by the public key or public key token of the assembly.

Namespace: ?System.Reflection
Assembly: ?mscorlib (in mscorlib.dll)

Syntax

Visual Basic (Declaration)
Public Property KeyPair As StrongNameKeyPair
C#
public StrongNameKeyPair KeyPair { get; set; }
Visual C++
public:
property StrongNameKeyPair^ KeyPair {
	StrongNameKeyPair^ get ();
	void set (StrongNameKeyPair^ value);
}
JavaScript
function get_keyPair();
function set_keyPair(value);

Return Value

A StrongNameKeyPair object containing the public and private cryptographic key pair generated by the public key or public key token of the assembly.

See Also



Free Download:
   
  Privacy | Contact Us
All Times Are GMT