MLKemCng(CngKey) Costruttore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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)
Parametri
- key
- CngKey
Chiave che verrà usata come input per le operazioni di crittografia eseguite dall'oggetto corrente.
- Attributi
Eccezioni
key è null.
key non specifica un gruppo di algoritmi Module-Lattice-Based Key-Encapsulation Mechanism (ML-KEM).
Le classi CNG (Cryptography Next Generation) non sono supportate in questo sistema.