AuthenticationHandlerProvider Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Implementace .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
- Dědičnost
-
AuthenticationHandlerProvider
- Implementuje
Konstruktory
AuthenticationHandlerProvider(IAuthenticationSchemeProvider) |
Konstruktor |
Vlastnosti
Schemes |
Hodnota IAuthenticationHandlerProvider |
Metody
GetHandlerAsync(HttpContext, String) |
Vrátí instanci obslužné rutiny, která bude použita. |