Freigeben über


PassThroughAuthorizationHandler Klasse

Definition

Infrastrukturklasse, die ermöglicht, dass eine IAuthorizationRequirement eigene IAuthorizationHandlersein kann.

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
Vererbung
PassThroughAuthorizationHandler
Implementiert

Konstruktoren

PassThroughAuthorizationHandler()

Erstellt eine neue Instanz von PassThroughAuthorizationHandler.

PassThroughAuthorizationHandler(IOptions<AuthorizationOptions>)

Erstellt eine neue Instanz von PassThroughAuthorizationHandler.

Methoden

HandleAsync(AuthorizationHandlerContext)

Trifft eine Entscheidung, ob die Autorisierung zulässig ist.

Gilt für: