Sprache

SlhDsaCng(CngKey) Konstruktor

Definition

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

public:
 SlhDsaCng(System::Security::Cryptography::CngKey ^ key);
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
public SlhDsaCng(System.Security.Cryptography.CngKey key);
public SlhDsaCng(System.Security.Cryptography.CngKey key);
[<System.Runtime.Versioning.SupportedOSPlatform("windows")>]
new System.Security.Cryptography.SlhDsaCng : System.Security.Cryptography.CngKey -> System.Security.Cryptography.SlhDsaCng
new System.Security.Cryptography.SlhDsaCng : System.Security.Cryptography.CngKey -> System.Security.Cryptography.SlhDsaCng
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 zustandslosen Hash-Based Algorithmus für digitale Signaturen (SLH-DSA) an.

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

Gilt für: