AuthenticationHandlerProvider Class

Definition

Implementation of IAuthenticationHandlerProvider.

public ref class AuthenticationHandlerProvider : Microsoft::AspNetCore::Authentication::IAuthenticationHandlerProvider
public class AuthenticationHandlerProvider : Microsoft.AspNetCore.Authentication.IAuthenticationHandlerProvider
type AuthenticationHandlerProvider = class
    interface IAuthenticationHandlerProvider
Public Class AuthenticationHandlerProvider
Implements IAuthenticationHandlerProvider
Inheritance
AuthenticationHandlerProvider
Implements

Constructors

Name Description
AuthenticationHandlerProvider(IAuthenticationSchemeProvider)

Constructor.

Properties

Name Description
Schemes

The IAuthenticationHandlerProvider.

Methods

Name Description
GetHandlerAsync(HttpContext, String)

Returns the handler instance that will be used.

Applies to