Поделиться через


PassThroughAuthorizationHandler Класс

Определение

Класс инфраструктуры, который позволяет быть IAuthorizationRequirement собственным 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
Наследование
PassThroughAuthorizationHandler
Реализации

Конструкторы

PassThroughAuthorizationHandler()

Создает новый экземпляр PassThroughAuthorizationHandler.

PassThroughAuthorizationHandler(IOptions<AuthorizationOptions>)

Создает новый экземпляр PassThroughAuthorizationHandler.

Методы

HandleAsync(AuthorizationHandlerContext)

Принимает решение о том, разрешена ли авторизация.

Применяется к