1 write to _csrfProtection
Microsoft.AspNetCore (1)
Internal\CsrfProtectionMiddleware.cs (1)
26
_csrfProtection
= csrfProtection;
1 reference to _csrfProtection
Microsoft.AspNetCore (1)
Internal\CsrfProtectionMiddleware.cs (1)
39
if (await
_csrfProtection
.ValidateAsync(context) is { IsAllowed: false })