IAsyncAuthorizationFilter Interface

Definition

A filter that asynchronously confirms request authorization.

public interface class IAsyncAuthorizationFilter : Microsoft::AspNetCore::Mvc::Filters::IFilterMetadata
public interface IAsyncAuthorizationFilter : Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata
type IAsyncAuthorizationFilter = interface
    interface IFilterMetadata
Public Interface IAsyncAuthorizationFilter
Implements IFilterMetadata
Derived
Implements

Methods

OnAuthorizationAsync(AuthorizationFilterContext)

Called early in the filter pipeline to confirm request is authorized.

Applies to