4 implementations of AuthenticateAsync
Microsoft.AspNetCore.Authentication (1)
AuthenticationHandler.cs (1)
215public async Task<AuthenticateResult> AuthenticateAsync()
Microsoft.AspNetCore.Server.HttpSys (1)
AuthenticationHandler.cs (1)
14public Task<AuthenticateResult> AuthenticateAsync()
Microsoft.AspNetCore.Server.IIS (1)
Core\IISServerAuthenticationHandlerInternal.cs (1)
22public Task<AuthenticateResult> AuthenticateAsync()
Microsoft.AspNetCore.Server.IISIntegration (1)
AuthenticationHandler.cs (1)
17public Task<AuthenticateResult> AuthenticateAsync()
1 reference to AuthenticateAsync
Microsoft.AspNetCore.Authentication.Core (1)
AuthenticationService.cs (1)
78var result = (await handler.AuthenticateAsync()) ?? AuthenticateResult.NoResult();