SignedXml.GetXml メソッド

定義

SignedXml オブジェクトの XML 表現を返します。

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

戻り値

Signature オブジェクトの XML 表現。

例外

SignedInfo プロパティが null です。

- または -

SignatureValue プロパティが null です。

適用対象