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
。
指定自定义配置无效。