2 references to DefaultAuthorizationEvaluator
Microsoft.AspNetCore.Authorization (2)
AuthorizationServiceCollectionExtensions.cs (1)
33services.TryAdd(ServiceDescriptor.Transient<IAuthorizationEvaluator, DefaultAuthorizationEvaluator>());
DenyAnonymousAuthorizationRequirement.cs (1)
12/// it never calls <see cref="AuthorizationHandlerContext.Fail()"/>. The <see cref="DefaultAuthorizationEvaluator"/> produces a failed <see cref="AuthorizationResult" />