AuthType EnumerationCouchbase .NET SDK 2.0
The type of authentication to use with a given bucket.

Namespace: Couchbase.Authentication
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public enum AuthType
Members
  Member nameValueDescription
None0 Use no authentication.
Sasl1 Use Simple Authentication and Security Layer (SASL) authentication.
See Also