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