17 overrides of HandleAuthenticateAsync
Aspire.Dashboard (3)
Authentication\Connection\ConnectionTypeAuthenticationHandler.cs (1)
16protected override Task<AuthenticateResult> HandleAuthenticateAsync()
Authentication\OtlpApiKey\OtlpApiKeyAuthenticationHandler.cs (1)
22protected override Task<AuthenticateResult> HandleAuthenticateAsync()
Authentication\UnsecuredAuthenticationHandler.cs (1)
17protected override Task<AuthenticateResult> HandleAuthenticateAsync()
BasicWebSite (1)
BasicAuthenticationHandler.cs (1)
17protected override Task<AuthenticateResult> HandleAuthenticateAsync()
CustomAuthorizationFailureResponse (1)
Authentication\SampleAuthenticationHandler.cs (1)
20protected override Task<AuthenticateResult> HandleAuthenticateAsync()
DynamicSchemes (1)
SimpleAuthHandler.cs (1)
20protected override Task<AuthenticateResult> HandleAuthenticateAsync()
Identity.DefaultUI.WebSite (1)
Services\ContosoAuthenticationHandler.cs (1)
22protected override Task<AuthenticateResult> HandleAuthenticateAsync() =>
Microsoft.AspNetCore.Authentication (2)
PolicySchemeHandler.cs (1)
53protected override Task<AuthenticateResult> HandleAuthenticateAsync()
RemoteAuthenticationHandler.cs (1)
192protected override async Task<AuthenticateResult> HandleAuthenticateAsync()
Microsoft.AspNetCore.Authentication.Certificate (1)
CertificateAuthenticationHandler.cs (1)
48protected override async Task<AuthenticateResult> HandleAuthenticateAsync()
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieAuthenticationHandler.cs (1)
200protected override async Task<AuthenticateResult> HandleAuthenticateAsync()
Microsoft.AspNetCore.Authentication.JwtBearer (1)
JwtBearerHandler.cs (1)
56protected override async Task<AuthenticateResult> HandleAuthenticateAsync()
Microsoft.AspNetCore.Authentication.Negotiate (1)
NegotiateHandler.cs (1)
295protected override async Task<AuthenticateResult> HandleAuthenticateAsync()
Microsoft.AspNetCore.Authentication.Test (2)
DynamicSchemeTests.cs (1)
115protected override Task<AuthenticateResult> HandleAuthenticateAsync()
TestHandlers.cs (1)
35protected override Task<AuthenticateResult> HandleAuthenticateAsync()
Microsoft.AspNetCore.Tests (1)
WebApplicationTests.cs (1)
2859protected override Task<AuthenticateResult> HandleAuthenticateAsync()
PathSchemeSelection (1)
Startup.cs (1)
51protected override Task<AuthenticateResult> HandleAuthenticateAsync()
1 reference to HandleAuthenticateAsync
Microsoft.AspNetCore.Authentication (1)
AuthenticationHandler.cs (1)
252_authenticateTask = HandleAuthenticateAsync();