1 implementation of IsRequestValidAsync
Microsoft.AspNetCore.Antiforgery (1)
Internal\DefaultAntiforgery.cs (1)
88
public async Task<bool>
IsRequestValidAsync
(HttpContext httpContext)
2 references to IsRequestValidAsync
Microsoft.AspNetCore.Antiforgery (2)
AntiforgeryApplicationBuilderExtensions.cs (1)
28
/// <see cref="IAntiforgery.
IsRequestValidAsync
(HttpContext)"/> in your handler.
RequireAntiforgeryTokenAttribute.cs (1)
21
/// <see cref="IAntiforgery.
IsRequestValidAsync
(HttpContext)"/> in your handler.