3 references to CsrfProtectionMiddleware
Microsoft.AspNetCore (3)
Internal\CsrfProtectionMiddleware.cs (2)
18
private readonly ILogger<
CsrfProtectionMiddleware
> _logger;
23
ILogger<
CsrfProtectionMiddleware
> logger)
WebApplicationBuilder.cs (1)
466
app.UseMiddleware<
CsrfProtectionMiddleware
>();