Compartir a través de


KeyInfoEncryptedKey.EncryptedKey Propiedad

Definición

Obtiene o establece un objeto EncryptedKey que encapsula una clave cifrada.

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

Valor de propiedad

Objeto EncryptedKey que encapsula una clave cifrada.

Excepciones

La propiedad EncryptedKey es null.

Comentarios

La KeyInfoEncryptedKey clase encapsula la EncryptedKey clase , que permite agregar la EncryptedKey clase como un subelemento de la KeyInfo clase . Utilice la EncryptedKey propiedad para tener acceso a la EncryptedKey clase contenida en la KeyInfoEncryptedKey clase .

Se aplica a