Partager via


KeyInfoEncryptedKey.EncryptedKey Propriété

Définition

Obtient ou définit un EncryptedKey objet 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 EncryptedKey propriété est 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.

S’applique à