Share via


PassThroughAuthorizationHandler Constructors

Definition

Overloads

PassThroughAuthorizationHandler()

Creates a new instance of PassThroughAuthorizationHandler.

PassThroughAuthorizationHandler(IOptions<AuthorizationOptions>)

Creates a new instance of PassThroughAuthorizationHandler.

PassThroughAuthorizationHandler()

Source:
PassThroughAuthorizationHandler.cs
Source:
PassThroughAuthorizationHandler.cs
Source:
PassThroughAuthorizationHandler.cs
Source:
PassThroughAuthorizationHandler.cs
Source:
PassThroughAuthorizationHandler.cs
Source:
PassThroughAuthorizationHandler.cs
Source:
PassThroughAuthorizationHandler.cs
Source:
PassThroughAuthorizationHandler.cs

Creates a new instance of PassThroughAuthorizationHandler.

public:
 PassThroughAuthorizationHandler();
public PassThroughAuthorizationHandler ();
Public Sub New ()

Applies to

PassThroughAuthorizationHandler(IOptions<AuthorizationOptions>)

Source:
PassThroughAuthorizationHandler.cs
Source:
PassThroughAuthorizationHandler.cs

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

Applies to