Méthode | Description | |
---|---|---|
Create ( |
||
Create ( ) : |
||
CreateUserAsync ( |
||
CreateUserAsync ( |
||
DeleteUserAsync ( long id ) : Task |
||
Dispose ( ) : void | ||
GenerateHashWithSalt ( string password, string salt ) : string | ||
GetUser ( string username, string password ) : Response | ||
GetUser ( int id ) : object | ||
GetUsers ( |
||
GetUsers ( ) : IEnumerable |
||
UpdateUserAsync ( |
||
ValidateUser ( |
public static Create ( |
||
registerModel | ||
Résultat | Response |
public static CreateUserAsync ( |
||
registerModel | ||
Résultat | Task |
public static CreateUserAsync ( |
||
registerModel | ||
Résultat | Task |
public static DeleteUserAsync ( long id ) : Task |
||
id | long | |
Résultat | Task |
public static GenerateHashWithSalt ( string password, string salt ) : string | ||
password | string | |
salt | string | |
Résultat | string |
public static GetUser ( string username, string password ) : Response | ||
username | string | |
password | string | |
Résultat | Response |
public static GetUsers ( |
||
request | ||
Résultat |
public static UpdateUserAsync ( |
||
registerModel | ||
Résultat | Task |
public static ValidateUser ( |
||
registerModel | ||
response | Response | |
Résultat | Response |