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)
531throw new NotImplementedException(context.Exception.ToString()); 565throw new NotImplementedException(context.Exception.ToString()); 597throw new NotImplementedException(context.Exception.ToString()); 629throw new NotImplementedException(context.Exception.ToString());