DefaultAuthorizationHandlerProvider Class

Definition

The default implementation of a handler provider, which provides the IAuthorizationHandlers for an authorization request.

public ref class DefaultAuthorizationHandlerProvider : Microsoft::AspNetCore::Authorization::IAuthorizationHandlerProvider
public class DefaultAuthorizationHandlerProvider : Microsoft.AspNetCore.Authorization.IAuthorizationHandlerProvider
type DefaultAuthorizationHandlerProvider = class
    interface IAuthorizationHandlerProvider
Public Class DefaultAuthorizationHandlerProvider
Implements IAuthorizationHandlerProvider
Inheritance
DefaultAuthorizationHandlerProvider
Implements

Constructors

DefaultAuthorizationHandlerProvider(IEnumerable<IAuthorizationHandler>)

Creates a new instance of DefaultAuthorizationHandlerProvider.

Methods

GetHandlersAsync(AuthorizationHandlerContext)

Return the handlers that will be called for the authorization request.

Applies to