PassThroughAuthorizationHandler Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PassThroughAuthorizationHandler() |
Creates a new instance of PassThroughAuthorizationHandler. |
PassThroughAuthorizationHandler(IOptions<AuthorizationOptions>) |
Creates a new instance of PassThroughAuthorizationHandler. |
PassThroughAuthorizationHandler()
Creates a new instance of PassThroughAuthorizationHandler.
public:
PassThroughAuthorizationHandler();
public PassThroughAuthorizationHandler ();
Public Sub New ()
Applies to
PassThroughAuthorizationHandler(IOptions<AuthorizationOptions>)
Creates a new instance of 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))
Parameters
- options
- IOptions<AuthorizationOptions>
The AuthorizationOptions used.