IAsyncAuthorizationFilter 接口

定义

异步确认请求授权的筛选器。

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
派生
实现

方法

OnAuthorizationAsync(AuthorizationFilterContext)

在筛选器管道中提前调用以确认请求是否已授权。

适用于