2 writes to ExceptionType
Microsoft.AspNetCore.Authentication.Test (2)
JwtBearerTests_Handler.cs (2)
1119ExceptionType = typeof(SecurityTokenException); 1124ExceptionType = exceptionType;
6 references to ExceptionType
Microsoft.AspNetCore.Authentication.Test (6)
JwtBearerTests_Handler.cs (6)
1136if (ExceptionType == typeof(SecurityTokenInvalidAudienceException)) 1140if (ExceptionType == typeof(SecurityTokenInvalidIssuerException)) 1144if (ExceptionType == typeof(SecurityTokenInvalidLifetimeException)) 1152if (ExceptionType == typeof(SecurityTokenNotYetValidException)) 1159if (ExceptionType == typeof(SecurityTokenExpiredException)) 1168throw new NotImplementedException(ExceptionType.Name);