SecurityTokenHandlerCollectionManager.CreateDefaultSecurityTokenHandlerCollectionManager 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建处理程序集合(该集合含有标记处理程序的默认集)的标记处理程序集合管理器。
public:
static System::IdentityModel::Tokens::SecurityTokenHandlerCollectionManager ^ CreateDefaultSecurityTokenHandlerCollectionManager();
public static System.IdentityModel.Tokens.SecurityTokenHandlerCollectionManager CreateDefaultSecurityTokenHandlerCollectionManager ();
static member CreateDefaultSecurityTokenHandlerCollectionManager : unit -> System.IdentityModel.Tokens.SecurityTokenHandlerCollectionManager
Public Shared Function CreateDefaultSecurityTokenHandlerCollectionManager () As SecurityTokenHandlerCollectionManager
返回
包含使用默认标记处理程序集合的管理器。
注解
新实例与配置中的默认服务名称相关联。