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));
 }