Returns true if bucket is using SSL encryption between the client and the server.
Namespace: CouchbaseAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic bool IsSecure { get; }
public bool IsSecure { get; }
Public ReadOnly Property IsSecure As Boolean
Get
Public ReadOnly Property IsSecure As Boolean
Get
public:
virtual property bool IsSecure {
bool get () sealed;
}
public:
virtual property bool IsSecure {
bool get () sealed;
}
abstract IsSecure : bool with get
override IsSecure : bool with get
abstract IsSecure : bool with get
override IsSecure : bool with get
Property Value
Type:
BooleanImplements
IBucket.IsSecure
See Also