TryAuthenticate() public static method

public static TryAuthenticate ( IServiceBase authService, string userName, string password ) : bool
authService IServiceBase
userName string
password string
return bool
Esempio n. 1
0
 public override bool TryAuthenticate(IServiceBase authService, string userName, string password)
 {
     return(RestService.TryAuthenticate(authService, userName, password));
 }