SignedInfo.GetXml 方法

定義

傳回 SignedInfo 物件的 XML 表示。

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

傳回

SignedInfo 執行個體的 XML 表示。

例外狀況

SignatureMethod 屬性為 null

-或-

References 屬性是空的。

適用於