MLDsa(MLDsaAlgorithm) Constructor

Definición

Inicializa una nueva instancia de la clase MLDsa.

protected:
 MLDsa(System::Security::Cryptography::MLDsaAlgorithm ^ algorithm);
protected MLDsa(System.Security.Cryptography.MLDsaAlgorithm algorithm);
new System.Security.Cryptography.MLDsa : System.Security.Cryptography.MLDsaAlgorithm -> System.Security.Cryptography.MLDsa
Protected Sub New (algorithm As MLDsaAlgorithm)

Parámetros

algorithm
MLDsaAlgorithm

Algoritmo de ML-DSA específico para esta clave.

Excepciones

algorithm es null.

Se aplica a