PassThroughAuthorizationHandler Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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. |