ECDiffieHellmanCng.Key Propiedad

Definición

Especifica el CngKey que usa el objeto actual para las 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

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

Se aplica a