SecurityTokenHandlerCollectionManager.CreateDefaultSecurityTokenHandlerCollectionManager 方法

定义

创建处理程序集合(该集合含有标记处理程序的默认集)的标记处理程序集合管理器。

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

返回

包含使用默认标记处理程序集合的管理器。

注解

新实例与配置中的默认服务名称相关联。

适用于

另请参阅