Click or drag to resize
IAuthProvider Interface
Provides IAuthenticator instances for use when connecting to Cassandra nodes. See PlainTextAuthProvider for an implementation which uses SASL PLAIN mechanism to authenticate using username/password strings.

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.1.0
Syntax
C#
public interface IAuthProvider

The IAuthProvider type exposes the following members.

Methods
  NameDescription
Public methodNewAuthenticator
The IAuthenticator to use when connecting to host.
Top
See Also

Reference