![]() |
LuciadCPillar C# 2025.0
|
Represents the user credentials. More...
Public Member Functions | |
UsernamePasswordCredentials (string user, string password) | |
Constructs the user credentials. More... | |
void | Dispose () |
Properties | |
string | Password [get] |
The user password. More... | |
string | User [get] |
The user name. More... | |
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.