PassThroughAuthorizationHandler コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
PassThroughAuthorizationHandler() |
PassThroughAuthorizationHandler の新しいインスタンスを作成します。 |
PassThroughAuthorizationHandler(IOptions<AuthorizationOptions>) |
PassThroughAuthorizationHandler の新しいインスタンスを作成します。 |
PassThroughAuthorizationHandler()
PassThroughAuthorizationHandler の新しいインスタンスを作成します。
public:
PassThroughAuthorizationHandler();
public PassThroughAuthorizationHandler ();
Public Sub New ()
適用対象
PassThroughAuthorizationHandler(IOptions<AuthorizationOptions>)
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 。