EncryptedType.GetXml Method

Definition

Returns the XML representation of the EncryptedType object.

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

Returns

An XmlElement object that represents the <EncryptedType> element in XML encryption.

Remarks

Use this method to output the <EncryptedType> element in XML.

Applies to