EncryptedXmlInfo.EncryptedElement 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í.
Fragmento de XML cifrado.
public:
property System::Xml::Linq::XElement ^ EncryptedElement { System::Xml::Linq::XElement ^ get(); };
public System.Xml.Linq.XElement EncryptedElement { get; }
member this.EncryptedElement : System.Xml.Linq.XElement
Public ReadOnly Property EncryptedElement As XElement