IdentityConfiguration.LoadHandlers(IdentityConfigurationElement) 方法

定义

加载为指定服务定义的 SecurityTokenHandlerCollectionManagerLoads the SecurityTokenHandlerCollectionManager defined for the specified service.

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> 元素。The <identityConfiguration> element used to configure this instance.

返回

SecurityTokenHandlerCollectionManager

处理程序集合管理器。The handler collection manager.

注解

此方法调用 LoadHandlerConfiguration 方法来配置标记处理程序。This method calls the LoadHandlerConfiguration methods to configure the token handlers.

适用于