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 未指定模块Lattice-Based 数字签名算法(ML-DSA)组。

此系统上不支持下一代加密(CNG)类。

适用于