PassThroughAuthorizationHandler Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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á. |