Поделиться через


IdentityConfiguration.LoadHandlers(IdentityConfigurationElement) Метод

Определение

Загружает SecurityTokenHandlerCollectionManager, определенный для указанной службы.

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

Параметры

serviceElement
IdentityConfigurationElement

Элемент <identityConfiguration>, использующийся для настройки этого экземпляра.

Возвращаемое значение

Диспетчер коллекции обработчиков.

Комментарии

Этот метод вызывает методы LoadHandlerConfiguration для настройки обработчиков маркеров.

Применяется к