TryAuthenticate() публичный статический Метод

public static TryAuthenticate ( IServiceBase authService, string userName, string password ) : bool
authService IServiceBase
userName string
password string
Результат bool
Пример #1
0
 public override bool TryAuthenticate(IServiceBase authService, string userName, string password)
 {
     return(RestService.TryAuthenticate(authService, userName, password));
 }