PlainTextAuthProvider Constructor  | 
 
             Creates a new simple authentication information provider with the supplied
             credentials.
            
 
    Namespace: 
   Cassandra
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.11.0
Syntaxpublic PlainTextAuthProvider(
	string username,
	string password
)
Parameters
- username
 - Type: SystemString
 to use for authentication requests  - password
 - Type: SystemString
 to use for authentication requests 
See Also