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