2 writes to ExceptionType
Microsoft.AspNetCore.Authentication.Test (2)
JwtBearerTests.cs (2)
1047ExceptionType = typeof(SecurityTokenException); 1052ExceptionType = exceptionType;
6 references to ExceptionType
Microsoft.AspNetCore.Authentication.Test (6)
JwtBearerTests.cs (6)
1069if (ExceptionType == typeof(SecurityTokenInvalidAudienceException)) 1073if (ExceptionType == typeof(SecurityTokenInvalidIssuerException)) 1077if (ExceptionType == typeof(SecurityTokenInvalidLifetimeException)) 1085if (ExceptionType == typeof(SecurityTokenNotYetValidException)) 1092if (ExceptionType == typeof(SecurityTokenExpiredException)) 1101throw new NotImplementedException(ExceptionType.Name);