WSTrustSerializationContext.SecurityTokenHandlers 属性

定义

获取或设置用于序列化和验证 WS-Trust 消息中发现的安全令牌的 SecurityTokenHandler 对象的集合。Gets or sets the collection of SecurityTokenHandler objects used to serialize and validate security tokens found in WS-Trust messages.

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

SecurityTokenHandlerCollection 对象。A SecurityTokenHandlerCollection object.

适用于