Partager via


IISServerAuthenticationHandler Classe

Définition

Attention

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

Gestionnaire d’authentification par défaut avec 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
Héritage
IISServerAuthenticationHandler
Attributs
Implémente

Constructeurs

IISServerAuthenticationHandler()
Obsolète.

Gestionnaire d’authentification par défaut avec IIS In-Process

Méthodes

AuthenticateAsync()
Obsolète.

Authentifiez la requête actuelle.

ChallengeAsync(AuthenticationProperties)
Obsolète.

Défiez la requête actuelle.

ForbidAsync(AuthenticationProperties)
Obsolète.

Interdire la requête actuelle.

InitializeAsync(AuthenticationScheme, HttpContext)
Obsolète.

Initialisez le gestionnaire d’authentification. Le gestionnaire doit initialiser tout ce dont il a besoin à partir de la requête et du schéma dans le cadre de cette méthode.

S’applique à