SlhDsaCng(CngKey) Constructor

Definición

Inicializa una nueva instancia de la SlhDsaCng clase mediante el especificado CngKey.

public:
 SlhDsaCng(System::Security::Cryptography::CngKey ^ key);
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
public SlhDsaCng(System.Security.Cryptography.CngKey key);
public SlhDsaCng(System.Security.Cryptography.CngKey key);
[<System.Runtime.Versioning.SupportedOSPlatform("windows")>]
new System.Security.Cryptography.SlhDsaCng : System.Security.Cryptography.CngKey -> System.Security.Cryptography.SlhDsaCng
new System.Security.Cryptography.SlhDsaCng : System.Security.Cryptography.CngKey -> System.Security.Cryptography.SlhDsaCng
Public Sub New (key As CngKey)

Parámetros

key
CngKey

Clave que se usará como entrada para las operaciones criptográficas realizadas por el objeto actual.

Atributos

Excepciones

key es null.

key no especifica un grupo sin estado Hash-Based algoritmo de firma digital (SLH-DSA).

Las clases cryptography Next Generation (CNG) no se admiten en este sistema.

Se aplica a