PassThroughAuthorizationHandler Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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. |