다음을 통해 공유


PassThroughAuthorizationHandler 생성자

정의

오버로드

PassThroughAuthorizationHandler()

PassThroughAuthorizationHandler의 새 인스턴스를 만듭니다.

PassThroughAuthorizationHandler(IOptions<AuthorizationOptions>)

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
Source:
PassThroughAuthorizationHandler.cs

PassThroughAuthorizationHandler의 새 인스턴스를 만듭니다.

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

적용 대상

PassThroughAuthorizationHandler(IOptions<AuthorizationOptions>)

Source:
PassThroughAuthorizationHandler.cs
Source:
PassThroughAuthorizationHandler.cs
Source:
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 .

적용 대상