Compartir a través de


SignedXml.GetXml Método

Definición

Devuelve la representación XML de un objeto SignedXml.

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 objeto Signature.

Excepciones

La propiedad SignedInfo es null.

o bien

La propiedad SignatureValue es null.

Se aplica a