Share via


IISServerAuthenticationHandler Klasse

Definition

Achtung

The IISServerAuthenticationHandler is obsolete and will be removed in a future release.

Der Standardauthentifizierungshandler mit IIS In-Process

public ref class IISServerAuthenticationHandler : Microsoft::AspNetCore::Authentication::IAuthenticationHandler
public class IISServerAuthenticationHandler : Microsoft.AspNetCore.Authentication.IAuthenticationHandler
[System.Obsolete("The IISServerAuthenticationHandler is obsolete and will be removed in a future release.")]
public class IISServerAuthenticationHandler : Microsoft.AspNetCore.Authentication.IAuthenticationHandler
type IISServerAuthenticationHandler = class
    interface IAuthenticationHandler
[<System.Obsolete("The IISServerAuthenticationHandler is obsolete and will be removed in a future release.")>]
type IISServerAuthenticationHandler = class
    interface IAuthenticationHandler
Public Class IISServerAuthenticationHandler
Implements IAuthenticationHandler
Vererbung
IISServerAuthenticationHandler
Attribute
Implementiert

Konstruktoren

IISServerAuthenticationHandler()
Veraltet.

Der Standardauthentifizierungshandler mit IIS In-Process

Methoden

AuthenticateAsync()
Veraltet.

Authentifizieren Sie die aktuelle Anforderung.

ChallengeAsync(AuthenticationProperties)
Veraltet.

Fordern Sie die aktuelle Anforderung an.

ForbidAsync(AuthenticationProperties)
Veraltet.

Verbieten Sie die aktuelle Anforderung.

InitializeAsync(AuthenticationScheme, HttpContext)
Veraltet.

Initialisieren Sie den Authentifizierungshandler. Der Handler sollte alle benötigten Elemente aus der Anforderung und dem Schema als Teil dieser Methode initialisieren.

Gilt für: