次の方法で共有


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

適用対象