CouchbaseBucket.IsSecure Property Couchbase .NET SDK 2.3.3
Returns true if bucket is using SSL encryption between the client and the server.

Namespace: Couchbase
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
public bool IsSecure { get; }

Property Value

Type: Boolean

Implements

IBucket.IsSecure
Remarks
If the server is not available (ServerUnavailableException), will default to false.
See Also