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