KeyInfoNode.GetXml 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回 KeyInfoNode 的 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
傳回
KeyInfoNode 的 XML 表示。
備註
XmlElement這個方法傳回的 適合當做 XMLDSIG 或 XML 加密 <KeyInfo>
專案的子項目使用。