MLKemCng(CngKey) 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.
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)
Paramètres
- key
- CngKey
Clé qui sera utilisée comme entrée aux opérations de chiffrement effectuées par l’objet actuel.
- Attributs
Exceptions
key a la valeur null.
key ne spécifie pas de groupe d’algorithmes Module-Lattice-Based Key-Encapsulation Mécanisme (ML-KEM).
Les classes CNG (Cryptography Next Generation) ne sont pas prises en charge sur ce système.