WSTrustChannelFactory.SecurityTokenHandlerCollectionManager 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 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 对象。
注解
创建通道后,不能更改此属性的值。