AuthenticationHandlerProvider Klasa
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Implementacja .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
- Dziedziczenie
-
AuthenticationHandlerProvider
- Implementuje
Konstruktory
AuthenticationHandlerProvider(IAuthenticationSchemeProvider) |
Konstruktor. |
Właściwości
Schemes |
Element IAuthenticationHandlerProvider. |
Metody
GetHandlerAsync(HttpContext, String) |
Zwraca wystąpienie programu obsługi, które będzie używane. |