PassThroughAuthorizationHandler 클래스

정의

를 자체 IAuthorizationHandler로 허용하는 IAuthorizationRequirement 인프라 클래스입니다.

public ref class PassThroughAuthorizationHandler : Microsoft::AspNetCore::Authorization::IAuthorizationHandler
public class PassThroughAuthorizationHandler : Microsoft.AspNetCore.Authorization.IAuthorizationHandler
type PassThroughAuthorizationHandler = class
    interface IAuthorizationHandler
Public Class PassThroughAuthorizationHandler
Implements IAuthorizationHandler
상속
PassThroughAuthorizationHandler
구현

생성자

PassThroughAuthorizationHandler()

PassThroughAuthorizationHandler의 새 인스턴스를 만듭니다.

PassThroughAuthorizationHandler(IOptions<AuthorizationOptions>)

PassThroughAuthorizationHandler의 새 인스턴스를 만듭니다.

메서드

HandleAsync(AuthorizationHandlerContext)

권한 부여가 허용되는지 결정합니다.

적용 대상