16 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)
13public UnsecuredAuthenticationHandler(IOptionsMonitor<AuthenticationSchemeOptions> options, ILoggerFactory logger, UrlEncoder encoder) : base(options, logger, encoder)
BasicWebSite (1)
BasicAuthenticationHandler.cs (1)
14: base(options, logger, encoder)
CustomAuthorizationFailureResponse (1)
Authentication\SampleAuthenticationHandler.cs (1)
15public SampleAuthenticationHandler(IOptionsMonitor<AuthenticationSchemeOptions> options, ILoggerFactory logger, UrlEncoder encoder) : base(options, logger, encoder)
DynamicSchemes (1)
SimpleAuthHandler.cs (1)
17public SimpleAuthHandler(IOptionsMonitor<SimpleOptions> options, ILoggerFactory logger, UrlEncoder encoder) : base(options, logger, encoder)
Identity.DefaultUI.WebSite (1)
Services\ContosoAuthenticationHandler.cs (1)
18: base(options, logger, encoder)
Microsoft.AspNetCore.Authentication (2)
RemoteAuthenticationHandler.cs (1)
58: 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)
22UrlEncoder encoder) : 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)
44: base(options, logger, encoder)
Microsoft.AspNetCore.Authentication.Test (2)
DynamicSchemeTests.cs (1)
111public TestHandler(IOptionsMonitor<TestOptions> options, ILoggerFactory logger, UrlEncoder encoder) : base(options, logger, encoder)
TestHandlers.cs (1)
14public TestAuthHandler(IOptionsMonitor<AuthenticationSchemeOptions> options, ILoggerFactory logger, UrlEncoder encoder) : base(options, logger, encoder)
Microsoft.AspNetCore.Tests (1)
WebApplicationTests.cs (1)
2851public UberHandler(IOptionsMonitor<AuthenticationSchemeOptions> options, ILoggerFactory logger, UrlEncoder encoder) : base(options, logger, encoder) { }
PathSchemeSelection (1)
Startup.cs (1)
44public ApiAuthHandler(IOptionsMonitor<AuthenticationSchemeOptions> options, ILoggerFactory logger, UrlEncoder encoder) : base(options, logger, encoder)