Public Member Functions | |
| string | Authenticate (string user, string password) |
| Authenticates the user with password. | |
| Simias.Authentication.Status | AuthenticateByName (string user, string password) |
| Authenticates the user by name and password. | |
| Simias.Authentication.Status | AuthenticateByID (string id, string password) |
| Authenticates the user using their unique ID and a password. | |
| string Simias::Security::Web::AuthenticationService::IAuthenticationService::Authenticate | ( | string | user, | |
| string | password | |||
| ) |
Authenticates the user with password.
| Simias.Authentication.Status Simias::Security::Web::AuthenticationService::IAuthenticationService::AuthenticateByName | ( | string | user, | |
| string | password | |||
| ) |
Authenticates the user by name and password.
| Simias.Authentication.Status Simias::Security::Web::AuthenticationService::IAuthenticationService::AuthenticateByID | ( | string | id, | |
| string | password | |||
| ) |
Authenticates the user using their unique ID and a password.
1.5.6