2 writes to ExceptionType
Microsoft.AspNetCore.Authentication.Test (2)
JwtBearerTests.cs (2)
1048ExceptionType = typeof(SecurityTokenException); 1053ExceptionType = exceptionType;
6 references to ExceptionType
Microsoft.AspNetCore.Authentication.Test (6)
JwtBearerTests.cs (6)
1070if (ExceptionType == typeof(SecurityTokenInvalidAudienceException)) 1074if (ExceptionType == typeof(SecurityTokenInvalidIssuerException)) 1078if (ExceptionType == typeof(SecurityTokenInvalidLifetimeException)) 1086if (ExceptionType == typeof(SecurityTokenNotYetValidException)) 1093if (ExceptionType == typeof(SecurityTokenExpiredException)) 1102throw new NotImplementedException(ExceptionType.Name);