PassThroughAuthorizationHandler Konstruktory
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í.
Přetížení
PassThroughAuthorizationHandler() |
Vytvoří novou instanci položky PassThroughAuthorizationHandler. |
PassThroughAuthorizationHandler(IOptions<AuthorizationOptions>) |
Vytvoří novou instanci položky PassThroughAuthorizationHandler. |
PassThroughAuthorizationHandler()
Vytvoří novou instanci položky PassThroughAuthorizationHandler.
public:
PassThroughAuthorizationHandler();
public PassThroughAuthorizationHandler ();
Public Sub New ()
Platí pro
PassThroughAuthorizationHandler(IOptions<AuthorizationOptions>)
Vytvoří novou instanci položky PassThroughAuthorizationHandler.
public PassThroughAuthorizationHandler (Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.Authorization.AuthorizationOptions> options);
new Microsoft.AspNetCore.Authorization.Infrastructure.PassThroughAuthorizationHandler : Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.Authorization.AuthorizationOptions> -> Microsoft.AspNetCore.Authorization.Infrastructure.PassThroughAuthorizationHandler
Public Sub New (options As IOptions(Of AuthorizationOptions))
Parametry
- options
- IOptions<AuthorizationOptions>
Použité AuthorizationOptions .