你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CassandraClusterProperties.ClientCertificates 属性

定义

用于授权连接到群集的客户端的 TLS 证书列表。 无论是否设置了 clientCertificates,所有连接都经过 TLS 加密,但如果设置了 clientCertificates,托管 Cassandra 群集将拒绝所有不带有 TLS 客户端证书的连接,该证书可以从此属性中的一个或多个公共证书进行验证。

public System.Collections.Generic.IList<Azure.ResourceManager.CosmosDB.Models.CassandraCertificate> ClientCertificates { get; }
member this.ClientCertificates : System.Collections.Generic.IList<Azure.ResourceManager.CosmosDB.Models.CassandraCertificate>
Public ReadOnly Property ClientCertificates As IList(Of CassandraCertificate)

属性值

适用于