IdentityConfiguration.LoadConfiguration(IdentityConfigurationElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Loads the settings for this IdentityConfiguration instance from the application or Web configuration file.
protected:
void LoadConfiguration(System::IdentityModel::Configuration::IdentityConfigurationElement ^ element);
protected void LoadConfiguration (System.IdentityModel.Configuration.IdentityConfigurationElement element);
member this.LoadConfiguration : System.IdentityModel.Configuration.IdentityConfigurationElement -> unit
Protected Sub LoadConfiguration (element As IdentityConfigurationElement)
Parameters
- element
- IdentityConfigurationElement
The IdentityConfigurationElement from the configuration file.
Remarks
If there is no configuration file, if the named section does not exist, or if element
is null
, then no exception is thrown; instead the instance is loaded with a set of default values. This method calls the LoadHandlers method to load the token handler configuration.