ECDsaCng.Key Property

Definition

Gets or sets the key to use when signing and verifying data.

public:
 property System::Security::Cryptography::CngKey ^ Key { System::Security::Cryptography::CngKey ^ get(); };
public System.Security.Cryptography.CngKey Key { get; }
member this.Key : System.Security.Cryptography.CngKey
Public ReadOnly Property Key As CngKey

Property Value

An object that specifies the key.

Applies to