IdentityConfiguration.SecurityTokenHandlers 属性

定义

获取 SecurityTokenHandler 对象的集合,这些对象用于序列化和验证 WS-Trust 消息中发现的令牌。

public:
 property System::IdentityModel::Tokens::SecurityTokenHandlerCollection ^ SecurityTokenHandlers { System::IdentityModel::Tokens::SecurityTokenHandlerCollection ^ get(); };
public System.IdentityModel.Tokens.SecurityTokenHandlerCollection SecurityTokenHandlers { get; }
member this.SecurityTokenHandlers : System.IdentityModel.Tokens.SecurityTokenHandlerCollection
Public ReadOnly Property SecurityTokenHandlers As SecurityTokenHandlerCollection

属性值

令牌处理程序的集合。

注解

若要注册自己的令牌处理程序,请将其添加到此集合。

适用于