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)

요청이 승인되었음을 확인하기 위해 필터 파이프라인 초기에 호출됩니다.

적용 대상