WSTrustSerializationContext.SecurityTokenHandlerCollectionManager 属性

定义

SecurityTokenHandlerCollectionManager获取包含用于序列化和验证 WS-Trust 消息中的令牌的对象集SecurityTokenHandler

public:
 property System::IdentityModel::Tokens::SecurityTokenHandlerCollectionManager ^ SecurityTokenHandlerCollectionManager { System::IdentityModel::Tokens::SecurityTokenHandlerCollectionManager ^ get(); void set(System::IdentityModel::Tokens::SecurityTokenHandlerCollectionManager ^ value); };
public System.IdentityModel.Tokens.SecurityTokenHandlerCollectionManager SecurityTokenHandlerCollectionManager { get; set; }
member this.SecurityTokenHandlerCollectionManager : System.IdentityModel.Tokens.SecurityTokenHandlerCollectionManager with get, set
Public Property SecurityTokenHandlerCollectionManager As SecurityTokenHandlerCollectionManager

属性值

SecurityTokenHandlerCollectionManager 对象。

适用于