3 references to PassThroughAuthorizationHandler
Microsoft.AspNetCore.Authorization (3)
AuthorizationServiceCollectionExtensions.cs (1)
35services.TryAddEnumerable(ServiceDescriptor.Transient<IAuthorizationHandler, PassThroughAuthorizationHandler>());
PassThroughAuthorizationHandler.cs (2)
19/// Creates a new instance of <see cref="PassThroughAuthorizationHandler"/>. 25/// Creates a new instance of <see cref="PassThroughAuthorizationHandler"/>.