MLKem(MLKemAlgorithm) 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.
Inizializza una nuova istanza della classe MLKem.
protected:
MLKem(System::Security::Cryptography::MLKemAlgorithm ^ algorithm);
protected MLKem(System.Security.Cryptography.MLKemAlgorithm algorithm);
new System.Security.Cryptography.MLKem : System.Security.Cryptography.MLKemAlgorithm -> System.Security.Cryptography.MLKem
Protected Sub New (algorithm As MLKemAlgorithm)
Parametri
- algorithm
- MLKemAlgorithm
Algoritmo di ML-KEM specifico per questa chiave.
Eccezioni
algorithm è null.