2 writes to Exception
Microsoft.AspNetCore.Authentication.JwtBearer (2)
JwtBearerHandler.cs (2)
184Exception = (validationFailures.Count == 1) ? validationFailures[0] : new AggregateException(validationFailures) 209Exception = ex
9 references to Exception
Microsoft.AspNetCore.Authentication.JwtBearer (1)
JwtBearerHandler.cs (1)
193return AuthenticateResult.Fail(authenticationFailedContext.Exception);
Microsoft.AspNetCore.Authentication.Test (8)
JwtBearerTests.cs (4)
569throw new NotImplementedException(context.Exception.ToString()); 604throw new NotImplementedException(context.Exception.ToString()); 636throw new NotImplementedException(context.Exception.ToString()); 671throw new NotImplementedException(context.Exception.ToString());
JwtBearerTests_Handler.cs (4)
539throw new NotImplementedException(context.Exception.ToString()); 573throw new NotImplementedException(context.Exception.ToString()); 605throw new NotImplementedException(context.Exception.ToString()); 637throw new NotImplementedException(context.Exception.ToString());