PassThroughAuthorizationHandler Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
PassThroughAuthorizationHandler() |
Erstellt eine neue Instanz von PassThroughAuthorizationHandler. |
PassThroughAuthorizationHandler(IOptions<AuthorizationOptions>) |
Erstellt eine neue Instanz von PassThroughAuthorizationHandler. |
PassThroughAuthorizationHandler()
Erstellt eine neue Instanz von PassThroughAuthorizationHandler.
public:
PassThroughAuthorizationHandler();
public PassThroughAuthorizationHandler ();
Public Sub New ()
Gilt für:
PassThroughAuthorizationHandler(IOptions<AuthorizationOptions>)
Erstellt eine neue Instanz von 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))
Parameter
- options
- IOptions<AuthorizationOptions>
Die AuthorizationOptions verwendete.