Exemple #1
0
 public List <AuthenticationResult> GetResults(AuthenticationResultsRequest authenticationResultsRequest)
 {
     RequestValidationService.ValidateResultsRequest(authenticationResultsRequest);
     return(authenticationService.GetResults(authenticationResultsRequest).AllAuthenticationResults);
 }