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

Nome Descrizione
AuthenticationHandlerProvider(IAuthenticationSchemeProvider)

Costruttore.

Proprietà

Nome Descrizione
Schemes

Oggetto IAuthenticationHandlerProvider.

Metodi

Nome Descrizione
GetHandlerAsync(HttpContext, String)

Restituisce l'istanza del gestore che verrà utilizzata.

Si applica a