AuthenticationHandlerProvider(IAuthenticationSchemeProvider) 생성자

정의

생성자입니다.

public:
 AuthenticationHandlerProvider(Microsoft::AspNetCore::Authentication::IAuthenticationSchemeProvider ^ schemes);
public AuthenticationHandlerProvider (Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider schemes);
new Microsoft.AspNetCore.Authentication.AuthenticationHandlerProvider : Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider -> Microsoft.AspNetCore.Authentication.AuthenticationHandlerProvider
Public Sub New (schemes As IAuthenticationSchemeProvider)

매개 변수

적용 대상