Beispiel #1
0
 //TODO? não é aync
 public override async Task <bool> CheckPasswordAsync(TEntity user, string password)
 {
     return(_activeDirectoryHelper.AuthenticateAD(user.UserName, password));
 }