Set to true to enable Secure Socket Layer (SSL) encryption of all traffic between the client and the server.
Namespace: Couchbase.Configuration.ClientAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic bool UseSsl { get; set; }
public bool UseSsl { get; set; }
Public Property UseSsl As Boolean
Get
Set
Public Property UseSsl As Boolean
Get
Set
public:
property bool UseSsl {
bool get ();
void set (bool value);
}
public:
property bool UseSsl {
bool get ();
void set (bool value);
}
member UseSsl : bool with get, set
member UseSsl : bool with get, set
Property Value
Type:
Boolean
See Also