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