Compartir a través de


XmlDecryptionTransform.EncryptedXml Propiedad

Definición

Obtiene o establece un objeto EncryptedXml que contiene información sobre las claves necesarias para descifrar un documento XML.

public:
 property System::Security::Cryptography::Xml::EncryptedXml ^ EncryptedXml { System::Security::Cryptography::Xml::EncryptedXml ^ get(); void set(System::Security::Cryptography::Xml::EncryptedXml ^ value); };
public System.Security.Cryptography.Xml.EncryptedXml EncryptedXml { get; set; }
member this.EncryptedXml : System.Security.Cryptography.Xml.EncryptedXml with get, set
Public Property EncryptedXml As EncryptedXml

Valor de propiedad

Un objeto EncryptedXml que contiene información sobre las claves necesarias para descifrar un documento XML.

Comentarios

Debe pasar un EncryptedXml objeto a la EncryptedXml propiedad que contiene la información de clave necesaria para descifrar el documento.

Se aplica a