Taal

MLDsaCng(CngKey) Constructor

Definitie

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

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 module-Lattice-Based digital signature algorithm (ML-DSA) groep op.

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

Van toepassing op