Sdílet prostřednictvím


PassThroughAuthorizationHandler Třída

Definice

Třída infrastruktury, která umožňuje, aby objekt IAuthorizationRequirement byl vlastní 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
Dědičnost
PassThroughAuthorizationHandler
Implementuje

Konstruktory

PassThroughAuthorizationHandler()

Vytvoří novou instanci položky PassThroughAuthorizationHandler.

PassThroughAuthorizationHandler(IOptions<AuthorizationOptions>)

Vytvoří novou instanci položky PassThroughAuthorizationHandler.

Metody

HandleAsync(AuthorizationHandlerContext)

Rozhoduje o tom, jestli je autorizace povolená.

Platí pro