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)类。

适用于