2 implementations of GetHandlersAsync
Microsoft.AspNetCore.Authorization (1)
DefaultAuthorizationHandlerProvider.cs (1)
31public Task<IEnumerable<IAuthorizationHandler>> GetHandlersAsync(AuthorizationHandlerContext context)
Microsoft.AspNetCore.Authorization.Test (1)
DefaultAuthorizationServiceTests.cs (1)
1133public 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);