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です。

適用対象