SaslMechanismType EnumerationCouchbase .NET SDK 2.0
The SASL mechanism type.

Namespace: Couchbase.Authentication.SASL
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public enum SaslMechanismType
Members
  Member nameValueDescription
Plain0 The username and password will be sent using human-readable plain text.
CramMd51 The username and password will be sent encrypted and will not be human-readable on the wire.
See Also