CompositeMLDsaCng(CngKey) Konstruktor

Definition

Initialisiert eine neue Instanz der Klasse mithilfe des CompositeMLDsaCng angegebenen 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)

Parameter

key
CngKey

Der Schlüssel, der als Eingabe für die kryptografischen Vorgänge verwendet wird, die vom aktuellen Objekt ausgeführt werden.

Attribute

Ausnahmen

key ist null.

key gibt keine zusammengesetzte ML-DSA Gruppe an.

Kryptografieklassen der nächsten Generation (CNG) werden auf diesem System nicht unterstützt.

Gilt für: