SignedInfo.GetXml Método

Definición

Devuelve la representación XML del SignedInfo 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 de la SignedInfo instancia.

Excepciones

La SignatureMethod propiedad es null.

O bien

La References propiedad está vacía.

Se aplica a