SessionSecurityTokenHandler.LoadCustomConfiguration(XmlNodeList) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從 XML 載入自訂組態。
public:
override void LoadCustomConfiguration(System::Xml::XmlNodeList ^ customConfigElements);
public override void LoadCustomConfiguration (System.Xml.XmlNodeList customConfigElements);
override this.LoadCustomConfiguration : System.Xml.XmlNodeList -> unit
Public Overrides Sub LoadCustomConfiguration (customConfigElements As XmlNodeList)
參數
- customConfigElements
- XmlNodeList
自訂組態項目。
例外狀況
customConfigElements
為 null
。
customConfigElements
指定的組態無效。 例如,它不包含 <sessionTokenRequirement>
項目,它包含一個以上的 <sessionTokenRequirement>
項目,不能從 lifetime
屬性讀取有效的 TimeSpan 值,或 lifetime
屬性指定了小於 Zero 的值。
備註
由組態基礎結構呼叫以初始化 SessionSecurityTokenHandler 實例。 TokenLifetime從lifetime
組態檔中 sessionTokenRequirement> 元素的< 屬性初始化 屬性。