MLKem(MLKemAlgorithm) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la 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)
Paramètres
- algorithm
- MLKemAlgorithm
Algorithme de ML-KEM spécifique pour cette clé.
Exceptions
algorithm a la valeur null.