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

定義

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

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

パラメーター

key
CngKey

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

属性

例外

keynullです。

key では、モジュールLattice-Based Key-Encapsulation メカニズム (ML-KEM) アルゴリズム グループは指定されません。

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

適用対象