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)

在篩選管線中早期呼叫,以確認要求已獲得授權。

適用於