Taal

SlhDsaCng(CngKey) Constructor

Definitie

Initialiseert een nieuw exemplaar van de SlhDsaCng klasse met behulp van de opgegeven 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)

Parameters

key
CngKey

De sleutel die wordt gebruikt als invoer voor de cryptografische bewerkingen die door het huidige object worden uitgevoerd.

Kenmerken

Uitzonderingen

key is null.

key geeft geen stateless Hash-Based Digital Signature Algorithm (SLH-DSA) groep op.

CNG-klassen (Cryptography Next Generation) worden niet ondersteund op dit systeem.

Van toepassing op