The SASL mechanism type.
Namespace: Couchbase.Authentication.SASLAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)


Member name | Value | Description | |
---|---|---|---|
Plain | 0 | The username and password will be sent using human-readable plain text. | |
CramMd5 | 1 | The username and password will be sent encrypted and will not be human-readable on the wire. |
