Udostępnij za pośrednictwem


PassThroughAuthorizationHandler Konstruktory

Definicja

Przeciążenia

PassThroughAuthorizationHandler()

Tworzy nowe wystąpienie klasy PassThroughAuthorizationHandler.

PassThroughAuthorizationHandler(IOptions<AuthorizationOptions>)

Tworzy nowe wystąpienie klasy PassThroughAuthorizationHandler.

PassThroughAuthorizationHandler()

Źródło:
PassThroughAuthorizationHandler.cs
Źródło:
PassThroughAuthorizationHandler.cs
Źródło:
PassThroughAuthorizationHandler.cs
Źródło:
PassThroughAuthorizationHandler.cs
Źródło:
PassThroughAuthorizationHandler.cs
Źródło:
PassThroughAuthorizationHandler.cs
Źródło:
PassThroughAuthorizationHandler.cs
Źródło:
PassThroughAuthorizationHandler.cs
Źródło:
PassThroughAuthorizationHandler.cs

Tworzy nowe wystąpienie klasy PassThroughAuthorizationHandler.

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

Dotyczy

PassThroughAuthorizationHandler(IOptions<AuthorizationOptions>)

Źródło:
PassThroughAuthorizationHandler.cs
Źródło:
PassThroughAuthorizationHandler.cs
Źródło:
PassThroughAuthorizationHandler.cs

Tworzy nowe wystąpienie klasy 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

Dotyczy