ECDsaCng.Key Propiedad

Definición

Obtiene o establece la clave que se debe usar para firmar y comprobar datos.

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

Objeto que especifica la clave.

Se aplica a