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)

承認が許可されているかどうかを判断します。

適用対象