2 references to DefaultAuthorizationHandlerProvider
Microsoft.AspNetCore.Authorization (2)
AuthorizationServiceCollectionExtensions.cs (1)
32
services.TryAdd(ServiceDescriptor.Transient<IAuthorizationHandlerProvider,
DefaultAuthorizationHandlerProvider
>());
DefaultAuthorizationHandlerProvider.cs (1)
20
/// Creates a new instance of <see cref="
DefaultAuthorizationHandlerProvider
"/>.