Partager via


PassThroughAuthorizationHandler Classe

Définition

Classe d’infrastructure qui permet à un d’être IAuthorizationRequirement son propre IAuthorizationHandler.

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
Héritage
PassThroughAuthorizationHandler
Implémente

Constructeurs

PassThroughAuthorizationHandler()

Crée une instance de PassThroughAuthorizationHandler.

PassThroughAuthorizationHandler(IOptions<AuthorizationOptions>)

Crée une instance de PassThroughAuthorizationHandler.

Méthodes

HandleAsync(AuthorizationHandlerContext)

Prend une décision si l’autorisation est autorisée.

S’applique à