2 writes to ExceptionType
Microsoft.AspNetCore.Authentication.Test (2)
JwtBearerTests_Handler.cs (2)
1126ExceptionType = typeof(SecurityTokenException); 1131ExceptionType = exceptionType;
6 references to ExceptionType
Microsoft.AspNetCore.Authentication.Test (6)
JwtBearerTests_Handler.cs (6)
1143if (ExceptionType == typeof(SecurityTokenInvalidAudienceException)) 1147if (ExceptionType == typeof(SecurityTokenInvalidIssuerException)) 1151if (ExceptionType == typeof(SecurityTokenInvalidLifetimeException)) 1159if (ExceptionType == typeof(SecurityTokenNotYetValidException)) 1166if (ExceptionType == typeof(SecurityTokenExpiredException)) 1175throw new NotImplementedException(ExceptionType.Name);