SecurityTokenResolver.LoadCustomConfiguration(XmlNodeList) 方法

定義

在衍生類別中覆寫時,從 XML 載入自訂組態。

public:
 virtual void LoadCustomConfiguration(System::Xml::XmlNodeList ^ nodelist);
public virtual void LoadCustomConfiguration (System.Xml.XmlNodeList nodelist);
abstract member LoadCustomConfiguration : System.Xml.XmlNodeList -> unit
override this.LoadCustomConfiguration : System.Xml.XmlNodeList -> unit
Public Overridable Sub LoadCustomConfiguration (nodelist As XmlNodeList)

參數

nodelist
XmlNodeList

自訂組態項目。

實作

備註

根據預設,會擲回 NotImplementedException。 您可以覆寫這個方法,以提供衍生類別中的功能。

適用於