AuthenticationHandlerProvider Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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. |