SignedXml.EncryptedXml Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Obtém ou define um EncryptedXml objeto que define as regras de processamento de encriptação XML.
public:
property System::Security::Cryptography::Xml::EncryptedXml ^ EncryptedXml { System::Security::Cryptography::Xml::EncryptedXml ^ get(); void set(System::Security::Cryptography::Xml::EncryptedXml ^ value); };
[System.Runtime.InteropServices.ComVisible(false)]
public System.Security.Cryptography.Xml.EncryptedXml EncryptedXml { 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 Propriedade
Um EncryptedXml objeto que define as regras de processamento de encriptação XML.
- Atributos