Share via


AuthenticationHandlerProvider Classe

Definizione

Implementazione di 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
Ereditarietà
AuthenticationHandlerProvider
Implementazioni

Costruttori

AuthenticationHandlerProvider(IAuthenticationSchemeProvider)

Costruttore.

Proprietà

Schemes

Oggetto IAuthenticationHandlerProvider.

Metodi

GetHandlerAsync(HttpContext, String)

Restituisce l'istanza del gestore che verrà utilizzata.

Si applica a