Click or drag to resize
DsePlainTextAuthProvider Constructor
Creates a new instance of DsePlainTextAuthProvider

Namespace: Dse.Auth
Assembly: Dse (in Dse.dll) Version: 1.0.0
Syntax
C#
public DsePlainTextAuthProvider(
	string username,
	string password
)

Parameters

username
Type: SystemString
password
Type: SystemString
See Also