次の方法で共有


CassandraClusterProperties.ClientCertificates プロパティ

定義

クラスターに接続するクライアントを承認するために使用される TLS 証明書の一覧。 clientCertificates が設定されているかどうかに関係なく、すべての接続は TLS で暗号化されますが、clientCertificates が設定されている場合、マネージド Cassandra クラスターは、このプロパティの 1 つ以上のパブリック証明書から検証できる 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)

プロパティ値

適用対象