X509SecurityTokenHandler.LoadCustomConfiguration(XmlNodeList) 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 XML elements that contain the custom configuration.

Exceptions

customConfigElements is null.

The custom configuration specified is not valid.

Applies to