Sprache

MLDsaCng(CngKey) Konstruktor

Definition

Initialisiert eine neue Instanz der Klasse mithilfe des MLDsaCng angegebenen CngKey.

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)

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 keinen Modul-Lattice-Based Algorithmus für digitale Signaturen (ML-DSA) an.

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

Gilt für: