SignedXml.EncryptedXml Propiedad

Definición

Obtiene o establece un objeto EncryptedXml que define las reglas de procesamiento del cifrado 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; }
[System.Runtime.InteropServices.ComVisible(false)]
public System.Security.Cryptography.Xml.EncryptedXml EncryptedXml { get; set; }
member this.EncryptedXml : System.Security.Cryptography.Xml.EncryptedXml with get, set
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.EncryptedXml : System.Security.Cryptography.Xml.EncryptedXml with get, set
Public Property EncryptedXml As EncryptedXml

Valor de propiedad

Objeto EncryptedXml que define las reglas de procesamiento del cifrado XML.

Atributos

Se aplica a