Validating a Users's username and password
This service is available via Telligent.Evolution.Extensibility.Apis.Get<Telligent.Evolution.Extensibility.Api.Version1.IUserValidations>()
and is defined in Telligent.Evolution.Platform.dll
Methods
bool Get(string username, string password);
Get result of validate a Users's username and password. True - if username and password are valid.
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
username | string | User's name | Required | ||
password | string | User's password | Required |
Return Type
bool
bool Get(string username, string password, out ref AdditionalInfo additionalInfo);
Get result of validate a Users's username and password. True - if username and password are valid.
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
username | string | User's name | Required | ||
password | string | User's password | Required | ||
additionalInfo | ref AdditionalInfo | Returned an additional information | Required |
Return Type
bool