SignedXml.GetXml Method

Definition

Returns the XML representation of a SignedXml object.

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 object.

Exceptions

The SignedInfo property is null.

-or-

The SignatureValue property is null.

Applies to