IdentityConfiguration.LoadHandlers(IdentityConfigurationElement) Metod

Definition

Läser in den SecurityTokenHandlerCollectionManager definierade för den angivna tjänsten.

protected:
 System::IdentityModel::Tokens::SecurityTokenHandlerCollectionManager ^ LoadHandlers(System::IdentityModel::Configuration::IdentityConfigurationElement ^ serviceElement);
protected System.IdentityModel.Tokens.SecurityTokenHandlerCollectionManager LoadHandlers(System.IdentityModel.Configuration.IdentityConfigurationElement serviceElement);
member this.LoadHandlers : System.IdentityModel.Configuration.IdentityConfigurationElement -> System.IdentityModel.Tokens.SecurityTokenHandlerCollectionManager
Protected Function LoadHandlers (serviceElement As IdentityConfigurationElement) As SecurityTokenHandlerCollectionManager

Parametrar

serviceElement
IdentityConfigurationElement

Det <identityConfiguration> element som används för att konfigurera den här instansen.

Returer

Hanteringssamlingshanteraren.

Kommentarer

Den här metoden anropar LoadHandlerConfiguration metoderna för att konfigurera tokenhanterare.

Gäller för