MLDsa(MLDsaAlgorithm) Constructor
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Initialiseert een nieuw exemplaar van de MLDsa klasse.
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
Het specifieke ML-DSA-algoritme voor deze sleutel.
Uitzonderingen
algorithm is null.