|
LuciadCPillar C# 2026.0.03
|
Represents the user credentials. More...
Public Member Functions | |
| UsernamePasswordCredentials (string user, string password) | |
| Constructs the user credentials. | |
| void | Dispose () |
Properties | |
| string | Password [get] |
| The user password. | |
| string | User [get] |
| The user name. | |
Represents the user credentials.
|
inline |
Constructs the user credentials.
| user | the user name. |
| password | the user password. |
|
inline |
|
get |
The user password.
Returns the user password.
|
get |
The user name.
Returns the user name.