PoolConfiguration UseSsl Property Couchbase .NET SDK 2.0
Set to true to enable Secure Socket Layer (SSL) encryption of all traffic between the client and the server.

Namespace: Couchbase.Configuration.Client
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public bool UseSsl { get; set; }

Property Value

Type: Boolean
See Also