Share via


CassandraClusterProperties.ClientCertificates Property

Definition

List of TLS certificates used to authorize clients connecting to the cluster. All connections are TLS encrypted whether clientCertificates is set or not, but if clientCertificates is set, the managed Cassandra cluster will reject all connections not bearing a TLS client certificate that can be validated from one or more of the public certificates in this property.

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)

Property Value

Applies to