IBucket IsSecure Property Couchbase .NET SDK 2.0
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.0.2.0 (2.0.2.0)
Syntax
bool IsSecure { get; }

Property Value

Type: Boolean
See Also