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 方法来配置令牌处理程序。

适用于