IAuthorizationHandlerProvider インターフェイス

定義

承認要求に IAuthorizationHandlerを提供できる型。

public interface class IAuthorizationHandlerProvider
public interface IAuthorizationHandlerProvider
type IAuthorizationHandlerProvider = interface
Public Interface IAuthorizationHandlerProvider
派生

メソッド

GetHandlersAsync(AuthorizationHandlerContext)

承認要求に対して呼び出されるハンドラーを返します。

適用対象