| DsePlainTextAuthProvider Constructor (String, String) | 
 
Namespace: Dse.AuthAssembly: Dse (in Dse.dll) Version: 2.4.0
Syntaxpublic 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