10 references to
Aspire.Dashboard (3)
Authentication\Connection\ConnectionTypeAuthenticationHandler.cs (1)
12public ConnectionTypeAuthenticationHandler(IOptionsMonitor<ConnectionTypeAuthenticationHandlerOptions> options, ILoggerFactory logger, UrlEncoder encoder) : base(options, logger, encoder)
Authentication\OtlpApiKey\OtlpApiKeyAuthenticationHandler.cs (1)
17public OtlpApiKeyAuthenticationHandler(IOptionsMonitor<DashboardOptions> dashboardOptions, IOptionsMonitor<OtlpApiKeyAuthenticationHandlerOptions> options, ILoggerFactory logger, UrlEncoder encoder) : base(options, logger, encoder)
Authentication\UnsecuredAuthenticationHandler.cs (1)
14public UnsecuredAuthenticationHandler(IOptionsMonitor<AuthenticationSchemeOptions> options, ILoggerFactory logger, UrlEncoder encoder) : base(options, logger, encoder)
Aspire.Dashboard.Tests (1)
Terminal\TerminalWebSocketProxyEndpointTests.cs (1)
186: base(options, logger, encoder)
Microsoft.AspNetCore.Authentication (2)
RemoteAuthenticationHandler.cs (1)
59: base(options, logger, encoder) { }
SignOutAuthenticationHandler.cs (1)
33public SignOutAuthenticationHandler(IOptionsMonitor<TOptions> options, ILoggerFactory logger, UrlEncoder encoder) : base(options, logger, encoder)
Microsoft.AspNetCore.Authentication.Certificate (1)
CertificateAuthenticationHandler.cs (1)
24UrlEncoder encoder) : base(options, logger, encoder)
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (1)
DeviceBoundSessionHandler.cs (1)
46: base(options, logger, encoder)
Microsoft.AspNetCore.Authentication.JwtBearer (1)
JwtBearerHandler.cs (1)
36: base(options, logger, encoder)
Microsoft.AspNetCore.Authentication.Negotiate (1)
NegotiateHandler.cs (1)
46: base(options, logger, encoder)