Language

MLDsaCng(CngKey) コンストラクター

定義

指定したMLDsaCngを使用して、CngKey クラスの新しいインスタンスを初期化します。

public:
 MLDsaCng(System::Security::Cryptography::CngKey ^ key);
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
public MLDsaCng(System.Security.Cryptography.CngKey key);
public MLDsaCng(System.Security.Cryptography.CngKey key);
[<System.Runtime.Versioning.SupportedOSPlatform("windows")>]
new System.Security.Cryptography.MLDsaCng : System.Security.Cryptography.CngKey -> System.Security.Cryptography.MLDsaCng
new System.Security.Cryptography.MLDsaCng : System.Security.Cryptography.CngKey -> System.Security.Cryptography.MLDsaCng
Public Sub New (key As CngKey)

パラメーター

key
CngKey

現在のオブジェクトによって実行される暗号化操作への入力として使用されるキー。

属性

例外

keynullです。

key では、Module-Lattice-Based Digital Signature Algorithm (ML-DSA) グループは指定されていません。

このシステムでは、暗号化次世代 (CNG) クラスはサポートされていません。

適用対象