Signature.GetXml Method

Definition

Returns the XML representation of the Signature.

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

Returns

The XML representation of the Signature.

Exceptions

The SignedInfo property is null.

-or-

The SignatureValue property is null.

Applies to

See also