SlhDsaCng(CngKey) Construtor

Definição

Inicializa uma nova instância da SlhDsaCng classe usando a especificada 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

A chave que será usada como entrada para as operações criptográficas executadas pelo objeto atual.

Atributos

Exceções

key é null.

key não especifica um grupo Hash-Based Algoritmo de Assinatura Digital (SLH-DSA) sem estado.

Não há suporte para classes CNG (Cryptography Next Generation) nesse sistema.

Aplica-se a