| DsePlainTextAuthProvider Constructor (String, String, String) | 
 
Namespace: Dse.AuthAssembly: Dse (in Dse.dll) Version: 2.4.0
Syntaxpublic DsePlainTextAuthProvider(
	string username,
	string password,
	string authorizationId
)
Parameters
- username
 - Type: SystemString
A not null string representing the username. - password
 - Type: SystemString
A not null string representing the username. - authorizationId
 - Type: SystemString
            The optional authorization ID. Providing an authorization ID allows the currently authenticated user
            to act as a different user (a.k.a. proxy authentication).
             
See Also