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(Cryptography Next Generation) 클래스는 이 시스템에서 지원되지 않습니다.

적용 대상