MembershipUserNameSecurityTokenHandler.LoadCustomConfiguration Method

Definition

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)

Parameters

customConfigElements
XmlNodeList

The custom XML elements.

Applies to