Implemented interface member:
method
IsRequestValidAsync
Microsoft.AspNetCore.Antiforgery.IAntiforgery.IsRequestValidAsync(Microsoft.AspNetCore.Http.HttpContext)
6 references to IsRequestValidAsync
Microsoft.AspNetCore.Antiforgery.Test (6)
DefaultAntiforgeryTest.cs (6)
59() => antiforgery.IsRequestValidAsync(httpContext)); 617var result = await antiforgery.IsRequestValidAsync(context.HttpContext); 652var result = await antiforgery.IsRequestValidAsync(context.HttpContext); 692var result = await antiforgery.IsRequestValidAsync(context.HttpContext); 731var result = await antiforgery.IsRequestValidAsync(context.HttpContext); 768var result = await antiforgery.IsRequestValidAsync(context.HttpContext);