Поделиться через


PassThroughAuthorizationHandler Конструкторы

Определение

Перегрузки

PassThroughAuthorizationHandler()

Создает новый экземпляр PassThroughAuthorizationHandler.

PassThroughAuthorizationHandler(IOptions<AuthorizationOptions>)

Создает новый экземпляр PassThroughAuthorizationHandler.

PassThroughAuthorizationHandler()

Исходный код:
PassThroughAuthorizationHandler.cs
Исходный код:
PassThroughAuthorizationHandler.cs
Исходный код:
PassThroughAuthorizationHandler.cs
Исходный код:
PassThroughAuthorizationHandler.cs
Исходный код:
PassThroughAuthorizationHandler.cs
Исходный код:
PassThroughAuthorizationHandler.cs
Исходный код:
PassThroughAuthorizationHandler.cs
Исходный код:
PassThroughAuthorizationHandler.cs
Исходный код:
PassThroughAuthorizationHandler.cs

Создает новый экземпляр PassThroughAuthorizationHandler.

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

Применяется к

PassThroughAuthorizationHandler(IOptions<AuthorizationOptions>)

Исходный код:
PassThroughAuthorizationHandler.cs
Исходный код:
PassThroughAuthorizationHandler.cs
Исходный код:
PassThroughAuthorizationHandler.cs

Создает новый экземпляр 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))

Параметры

options
IOptions<AuthorizationOptions>

Используемый AuthorizationOptions объект .

Применяется к