AuthenticationHandlerProvider Klasse

Definition

Implementierung von 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
Vererbung
AuthenticationHandlerProvider
Implementiert

Konstruktoren

AuthenticationHandlerProvider(IAuthenticationSchemeProvider)

Konstruktor.

Eigenschaften

Schemes

Die IAuthenticationHandlerProvider.

Methoden

GetHandlerAsync(HttpContext, String)

Gibt den Handler instance zurück, der verwendet wird.

Gilt für: