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)

要求が承認されていることを確認するために、フィルター パイプラインの早い段階で呼び出されます。

適用対象