X509SecurityTokenHandler.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
包含自訂組態的 XML 項目。
例外狀況
customConfigElements
為 null
。
指定的自訂組態無效。