IdentityConfiguration.LoadHandlers(IdentityConfigurationElement) Methode

Definition

Lädt den SecurityTokenHandlerCollectionManager für den angegebenen Dienst definierten Dienst.

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

Parameter

serviceElement
IdentityConfigurationElement

Das Element, das <identityConfiguration> zum Konfigurieren dieser Instanz verwendet wird.

Gibt zurück

Der Handlersammlungs-Manager.

Hinweise

Diese Methode ruft die Methoden zum Konfigurieren der LoadHandlerConfiguration Tokenhandler auf.

Gilt für: