共用方式為


KeyInfoRetrievalMethod.GetXml 方法

定義

傳回 KeyInfoRetrievalMethod 物件的 XML 表示。

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

傳回

KeyInfoRetrievalMethod 物件的 XML 表示。

備註

XmlElement這個方法所傳回的物件適合當做 XMLDSIG 或 XML 加密<KeyInfo>專案的子元素使用。

適用於