ConfigurationBasedIssuerNameRegistry::LoadCustomConfiguration Method (XmlNodeList^)
Loads the trusted issuers from configuration.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
Parameters
- customConfiguration
-
Type:
System.Xml::XmlNodeList^
The XML that represents the map of trusted issuers that is specified in the configuration file.
| Exception | Condition |
|---|---|
| ArgumentNullException | customConfiguration is null. |
| InvalidOperationException | The configuration contains one or more elements that are not recognized. |
The LoadCustomConfiguration method is called by the configuration infrastructure. When this method is called, the nodelist will contain the top-level child elements of the <issuerNameRegistry> element from the configuration file. Each of these may, in turn, contain attributes or child elements depending on the configuration schema you define for your derived class.
This method is called by the configuration infrastructure. The default implementation loads configuration from a <trustedIssuers> element (configured under the <issuerNameRegistry> element). You can override this method to provide support for your own custom configuration elements in derived classes.
Available since 4.5