MembershipUserNameSecurityTokenHandler.LoadCustomConfiguration(XmlNodeList) 方法
定义
从 XML 加载自定义的配置。Loads custom configuration from 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 元素The custom XML elements.