XmlDecryptionTransform.EncryptedXml Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.