AuthenticationHandlerProvider(IAuthenticationSchemeProvider) Constructor

Definition

Constructor.

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)

Parameters

Applies to