SecurityTokenElement.SecurityTokenXml 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得已包裝之權杖的 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
為 。