![]() |
SmartAPI
Open Source .NET RQL library for RedDot CMS / OpenText WSM Management Server
|
Password authentication credentials More...
Public Member Functions | |
| PasswordAuthentication () | |
| PasswordAuthentication (String username, String password) | |
Properties | |
| string | Password [get, set] |
| Password of the user | |
| string | Username [get, set] |
| Name of the user | |
Password authentication credentials
Definition at line 23 of file PasswordAuthentication.cs.
| erminas.SmartAPI.Utils.PasswordAuthentication.PasswordAuthentication | ( | ) |
Definition at line 25 of file PasswordAuthentication.cs.
| erminas.SmartAPI.Utils.PasswordAuthentication.PasswordAuthentication | ( | String | username, |
| String | password | ||
| ) |
Definition at line 29 of file PasswordAuthentication.cs.
|
getset |
Password of the user
Definition at line 38 of file PasswordAuthentication.cs.
|
getset |
Name of the user
Definition at line 43 of file PasswordAuthentication.cs.