WSTrustSerializationContext.SecurityTokenHandlers 属性

定义

获取或设置用于序列化和验证 WS-Trust 消息中找到的安全令牌的对象集合 SecurityTokenHandler

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

属性值

SecurityTokenHandlerCollection 对象。

适用于