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

AuthenticationHandlerProvider(IAuthenticationSchemeProvider)

Constructor.

Properties

Schemes

The IAuthenticationHandlerProvider.

Methods

GetHandlerAsync(HttpContext, String)

Returns the handler instance that will be used.

Applies to