WSTrustChannelFactory.SecurityTokenHandlerCollectionManager 属性

定义

获取或设置 SecurityTokenHandlerCollectionManager,其中包含此工厂类创建的通道所使用的 SecurityTokenHandler 对象集,这些对象用于序列化和验证 WS-Trust 消息中找到的令牌。

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

SecurityTokenHandlerCollectionManager 对象。

注解

创建通道后,不能更改此属性的值。

适用于