MLDsaCng(CngKey) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
将用作当前对象执行的加密操作的输入的密钥。
- 属性
例外
key 是 null。
key 未指定模块Lattice-Based 数字签名算法(ML-DSA)组。
此系统上不支持下一代加密(CNG)类。