Taal

MLKemCng(CngKey) Constructor

Definitie

Initialiseert een nieuw exemplaar van de MLKemCng klasse met behulp van de opgegeven CngKey.

public:
 MLKemCng(System::Security::Cryptography::CngKey ^ key);
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
public MLKemCng(System.Security.Cryptography.CngKey key);
public MLKemCng(System.Security.Cryptography.CngKey key);
[<System.Runtime.Versioning.SupportedOSPlatform("windows")>]
new System.Security.Cryptography.MLKemCng : System.Security.Cryptography.CngKey -> System.Security.Cryptography.MLKemCng
new System.Security.Cryptography.MLKemCng : System.Security.Cryptography.CngKey -> System.Security.Cryptography.MLKemCng
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 Key-Encapsulation mechanisme (ML-KEM) algoritmegroep op.

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

Van toepassing op