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 对象。

适用于