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