EncryptedKey.GetXml Method

Definition

Returns the XML representation of the EncryptedKey object.

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

Returns

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

Exceptions

Remarks

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

Applies to