CassandraClusterProperties.ClientCertificates Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET