Click or drag to resize

DsePlainTextAuthProvider Constructor (String, String)

Creates a new instance of DsePlainTextAuthProvider.

Namespace:  Cassandra.DataStax.Auth
Assembly:  Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
public DsePlainTextAuthProvider(
	string username,
	string password
)

Parameters

username
Type: SystemString
A not null string representing the username.
password
Type: SystemString
A not null string representing the username.
See Also