Edit

Share via


MLDsa(MLDsaAlgorithm) Constructor

Definition

Initializes a new instance of the MLDsa class.

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)

Parameters

algorithm
MLDsaAlgorithm

The specific ML-DSA algorithm for this key.

Exceptions

algorithm is null.

Applies to