CompositeMLDsaCng(CngKey) 构造函数

定义

使用指定的CompositeMLDsaCng值初始化类的新实例CngKey

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

参数

key
CngKey

将用作当前对象执行的加密操作的输入的密钥。

属性

例外

keynull

key 不指定复合 ML-DSA 组。

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

适用于