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