MLKemCng.GetKey Méthode
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.
Obtient une nouvelle CngKey représentation de la clé utilisée par l’instance actuelle.
public:
System::Security::Cryptography::CngKey ^ GetKey();
public System.Security.Cryptography.CngKey GetKey();
member this.GetKey : unit -> System.Security.Cryptography.CngKey
Public Function GetKey () As CngKey
Retours
Exceptions
Cette instance a été supprimée.
Remarques
Cet CngKey objet n’est pas identique à celui passé à MLKemCng(CngKey), si ce constructeur a été utilisé. Toutefois, il pointe vers la même clé CNG.