共用方式為


SecurityTokenElement.SecurityTokenXml 屬性

定義

取得已包裝之權杖的 XML 表示。

public:
 property System::Xml::XmlElement ^ SecurityTokenXml { System::Xml::XmlElement ^ get(); };
public System.Xml.XmlElement SecurityTokenXml { get; }
member this.SecurityTokenXml : System.Xml.XmlElement
Public ReadOnly Property SecurityTokenXml As XmlElement

屬性值

Token 的 XML 表示。

備註

除非目前的實例是使用 SecurityTokenElement.SecurityTokenElement(XmlElement, SecurityTokenHandlerCollection) 建構函式初始化,否則此屬性null為 。

適用於