3 references to AntiforgeryValidationException
Microsoft.AspNetCore.Antiforgery (3)
Internal\DefaultAntiforgeryTokenSerializer.cs (1)
69
throw new
AntiforgeryValidationException
(Resources.AntiforgeryToken_DeserializationFailed, innerException);
Internal\DefaultAntiforgeryTokenStore.cs (2)
64
throw new
AntiforgeryValidationException
(Resources.AntiforgeryToken_UnableToReadRequest, ex);
70
throw new
AntiforgeryValidationException
(Resources.AntiforgeryToken_UnableToReadRequest, ex);