4 references to CsrfProtectionMiddleware
Microsoft.AspNetCore (4)
Internal\CsrfProtectionMiddleware.cs (2)
20
private readonly ILogger<
CsrfProtectionMiddleware
> _logger;
28
ILogger<
CsrfProtectionMiddleware
> logger)
WebApplicationBuilder.cs (2)
499
pipeline.UseMiddleware<
CsrfProtectionMiddleware
>();
532
var csrfPostRoutingPipeline = new PostRoutingPipeline(app, static pipeline => pipeline.UseMiddleware<
CsrfProtectionMiddleware
>());