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
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