6 implementations of HandleRequestAsync
Microsoft.AspNetCore.Authentication (1)
RemoteAuthenticationHandler.cs (1)
75public virtual async Task<bool> HandleRequestAsync()
Microsoft.AspNetCore.Authentication.Core.Test (2)
AuthenticationServiceTests.cs (2)
358public Task<bool> HandleRequestAsync() 396public Task<bool> HandleRequestAsync()
Microsoft.AspNetCore.Authentication.Negotiate (1)
NegotiateHandler.cs (1)
69public async Task<bool> HandleRequestAsync()
Microsoft.AspNetCore.Authentication.Test (2)
AuthenticationMiddlewareTests.cs (2)
265public Task<bool> HandleRequestAsync() 348public Task<bool> HandleRequestAsync()
1 reference to HandleRequestAsync
Microsoft.AspNetCore.Authentication (1)
AuthenticationMiddleware.cs (1)
53if (handler != null && await handler.HandleRequestAsync())