PassThroughAuthorizationHandler クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
を独自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) |
承認が許可されているかどうかを判断します。 |