| PlainTextAuthProvider Constructor  | 
             Creates a new simple authentication information provider with the supplied
             credentials.
            
 
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.2.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