4 references to UseAuthentication
Aspire.Dashboard.Tests (1)
Terminal\TerminalWebSocketProxyEndpointTests.cs (1)
143
app.
UseAuthentication
();
Aspire.Hosting (1)
Dashboard\DashboardServiceHost.cs (1)
118
_app.
UseAuthentication
();
Microsoft.AspNetCore (2)
WebApplicationBuilder.cs (2)
489
pipeline.
UseAuthentication
();
507
pipeline.
UseAuthentication
();