SignedXml.GetXml Método

Definición

Devuelve la representación XML de un SignedXml objeto .

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

Devoluciones

Representación XML del Signature objeto.

Excepciones

La SignedInfo propiedad es null.

O bien

La SignatureValue propiedad es null.

Se aplica a