共用方式為


KeyInfoName.GetXml 方法

定義

傳回 KeyInfoName 物件的 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

傳回

KeyInfoName 物件的 XML 表示。

備註

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

適用於