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