EncryptionProperty.GetXml Method

Definition

Returns an XmlElement object that encapsulates an instance of the EncryptionProperty class.

public:
 System::Xml::XmlElement ^ GetXml();
public System.Xml.XmlElement GetXml ();
member this.GetXml : unit -> System.Xml.XmlElement
Public Function GetXml () As XmlElement

Returns

An XmlElement object that encapsulates an instance of the EncryptionProperty class.

Remarks

The GetXml method returns a representation of the <EncryptionProperty> element.

Applies to