共用方式為


X509SecurityTokenHandler.LoadCustomConfiguration(XmlNodeList) 方法

定義

從 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 項目。

例外狀況

customConfigElementsnull

指定的自訂組態無效。

適用於