IdentityConfiguration.LoadHandlers(IdentityConfigurationElement) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
加载为指定服务定义的 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 方法来配置令牌处理程序。