KeyPair Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the CryptoKey object representing the key pair for the asymmetric algorithm.

Namespace:  System.Security.Cryptography
Assembly:  System.Security (in System.Security.dll)

Syntax

'Declaration
Public Overridable Property KeyPair As CryptoKey
public virtual CryptoKey KeyPair { get; set; }
public:
virtual property CryptoKey^ KeyPair {
    CryptoKey^ get ();
    void set (CryptoKey^ value);
}
abstract KeyPair : CryptoKey with get, set
override KeyPair : CryptoKey with get, set
function get KeyPair () : CryptoKey
function set KeyPair (value : CryptoKey)

Property Value

Type: System.Security.Cryptography. . :: . .CryptoKey
The object representing the key pair.

.NET Framework Security

See Also

Reference

AsymmetricAlgorithm Class

System.Security.Cryptography Namespace