PassThroughAuthorizationHandler Clase

Definición

Clase de infraestructura que permite IAuthorizationRequirement ser su propio 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
Herencia
PassThroughAuthorizationHandler
Implementaciones

Constructores

PassThroughAuthorizationHandler()

Crea una nueva instancia de PassThroughAuthorizationHandler.

PassThroughAuthorizationHandler(IOptions<AuthorizationOptions>)

Crea una nueva instancia de PassThroughAuthorizationHandler.

Métodos

HandleAsync(AuthorizationHandlerContext)

Toma una decisión si se permite la autorización.

Se aplica a