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

指定自定义配置无效。

适用于