XmlSerializedDescriptorInfo.SerializedDescriptorElement 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.
An XML-serialized representation of an IAuthenticatedEncryptorDescriptor.
public:
property System::Xml::Linq::XElement ^ SerializedDescriptorElement { System::Xml::Linq::XElement ^ get(); };
public System.Xml.Linq.XElement SerializedDescriptorElement { get; }
member this.SerializedDescriptorElement : System.Xml.Linq.XElement
Public ReadOnly Property SerializedDescriptorElement As XElement