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, pojmenovaný oddíl neexistuje nebo pokud element je null, nevyvolá se žádná výjimka. Místo toho se instance načte se sadou výchozích hodnot. Tato metoda volá metodu LoadHandlers k načtení konfigurace obslužné rutiny tokenu.

Platí pro