SlhDsa(SlhDsaAlgorithm) Construtor
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Inicializa uma nova instância da SlhDsa classe.
protected:
SlhDsa(System::Security::Cryptography::SlhDsaAlgorithm ^ algorithm);
protected SlhDsa(System.Security.Cryptography.SlhDsaAlgorithm algorithm);
new System.Security.Cryptography.SlhDsa : System.Security.Cryptography.SlhDsaAlgorithm -> System.Security.Cryptography.SlhDsa
Protected Sub New (algorithm As SlhDsaAlgorithm)
Parâmetros
- algorithm
- SlhDsaAlgorithm
O algoritmo específico SLH-DSA para esta chave.
Exceções
algorithm é null.