X509SecurityTokenHandler.LoadCustomConfiguration(XmlNodeList) Methode

Definitie

Laadt aangepaste configuratie vanuit 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

De XML-elementen die de aangepaste configuratie bevatten.

Uitzonderingen

customConfigElements is null.

De opgegeven aangepaste configuratie is ongeldig.

Van toepassing op