9 references to UseAuthorization
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
517
_app.
UseAuthorization
();
Aspire.Hosting (1)
Dashboard\DashboardServiceHost.cs (1)
125
_app.
UseAuthorization
();
AspireWithMaui.WeatherApi (1)
Program.cs (1)
16
app.
UseAuthorization
();
BrowserTelemetry.Web (1)
Program.cs (1)
25
app.
UseAuthorization
();
Microsoft.AspNetCore (2)
WebApplicationBuilder.cs (2)
494
pipeline.
UseAuthorization
();
512
pipeline.
UseAuthorization
();
SignalRServerlessWeb (1)
Program.cs (1)
33
app.
UseAuthorization
();
SignalRWeb (1)
Program.cs (1)
22
app.
UseAuthorization
();
WebPubSubWeb (1)
Program.cs (1)
29
app.
UseAuthorization
();