KeyInfoEncryptedKey.EncryptedKey Propriété
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 ou définit un objet EncryptedKey qui encapsule une clé chiffrée.
public:
property System::Security::Cryptography::Xml::EncryptedKey ^ EncryptedKey { System::Security::Cryptography::Xml::EncryptedKey ^ get(); void set(System::Security::Cryptography::Xml::EncryptedKey ^ value); };
public System.Security.Cryptography.Xml.EncryptedKey? EncryptedKey { get; set; }
public System.Security.Cryptography.Xml.EncryptedKey EncryptedKey { get; set; }
member this.EncryptedKey : System.Security.Cryptography.Xml.EncryptedKey with get, set
Public Property EncryptedKey As EncryptedKey
Valeur de propriété
Objet EncryptedKey qui encapsule une clé chiffrée.
Exceptions
La propriété EncryptedKey a la valeur null
.
Remarques
La KeyInfoEncryptedKey classe encapsule la EncryptedKey classe, ce qui vous permet d’ajouter la EncryptedKey classe en tant que sous-élément de la KeyInfo classe. Utilisez la EncryptedKey propriété pour accéder à la EncryptedKey classe contenue dans la KeyInfoEncryptedKey classe .