ECDiffieHellmanCng.Key Propiedad

Definición

Especifica la CngKey utilizada por el objeto actual para operaciones criptográficas.

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

Valor de propiedad

CngKey

Par de claves utilizado por este objeto para realizar operaciones criptográficas.

Se aplica a