1 implementation of GetHandlersAsync
Microsoft.AspNetCore.Authorization (1)
DefaultAuthorizationHandlerProvider.cs (1)
31public Task<IEnumerable<IAuthorizationHandler>> GetHandlersAsync(AuthorizationHandlerContext context)
1 reference to GetHandlersAsync
Microsoft.AspNetCore.Authorization (1)
DefaultAuthorizationService.cs (1)
67var handlers = await _handlers.GetHandlersAsync(authContext).ConfigureAwait(false);