MLDsa(MLDsaAlgorithm) 생성자

정의

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)

매개 변수

algorithm
MLDsaAlgorithm

이 키에 대한 특정 ML-DSA 알고리즘입니다.

예외

algorithmnull입니다.

적용 대상