ClientCredentials.SecurityTokenHandlerCollectionManager 属性

定义

获取或设置用于客户端凭据的安全令牌处理程序。

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

属性值

用于客户凭据的安全令牌处理程序。

适用于