IdentityConfiguration.LoadConfiguration(IdentityConfigurationElement) Metoda

Definice

Načte nastavení pro tuto IdentityConfiguration instanci z konfiguračního souboru aplikace nebo webu.

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)

Parametry

element
IdentityConfigurationElement

Z IdentityConfigurationElement konfiguračního souboru.

Poznámky

Pokud neexistuje žádný konfigurační soubor, pokud pojmenovaný oddíl neexistuje nebo pokud element je null, není vyvolán žádná výjimka. Místo toho je instance načtena se sadou výchozích hodnot. Tato metoda volá metodu LoadHandlers pro načtení konfigurace obslužné rutiny tokenu.

Platí pro