CompositeMLDsaCng(CngKey) 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 클래스를 사용하여 클래스의 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
현재 개체에서 수행하는 암호화 작업에 대한 입력으로 사용할 키입니다.
- 특성
예외
key은 null입니다.
key 에서는 복합 ML-DSA 그룹을 지정하지 않습니다.
CNG(Cryptography Next Generation) 클래스는 이 시스템에서 지원되지 않습니다.