IBucket IsSecure Property Couchbase .NET SDK 2.1.0 Documentation
Returns true if bucket is using SSL encryption between the client and the server.

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

Property Value

Type: Boolean
Remarks
If the server is not available (ServerUnavailableException), will default to false.
See Also