EncryptedXmlInfo.EncryptedElement Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A piece of encrypted XML.
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