2 implementations of Error
Microsoft.AspNetCore (1)
src\aspnetcore\src\Shared\AntiforgeryValidationFeature.cs (1)
16public Exception? Error { get; } = error;
Microsoft.AspNetCore.Antiforgery (1)
src\aspnetcore\src\Shared\AntiforgeryValidationFeature.cs (1)
16public Exception? Error { get; } = error;
3 references to Error
Microsoft.AspNetCore.Http.Extensions (1)
RequestDelegateFactory.cs (1)
1547Log.InvalidAntiforgeryToken(httpContext, parameterTypeName, parameterName, antiforgeryValidationFeature.Error!, throwOnBadRequest);
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
Filters\AntiforgeryMiddlewareAuthorizationFilter.cs (2)
26Log.AntiforgeryTokenInvalid(_logger, antiforgeryValidationFeature.Error!.Message, antiforgeryValidationFeature.Error!);