Condividi tramite


IISServerAuthenticationHandler Classe

Definizione

Attenzione

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

Gestore di autenticazione predefinito con 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
Ereditarietà
IISServerAuthenticationHandler
Attributi
Implementazioni

Costruttori

IISServerAuthenticationHandler()
Obsoleti.

Gestore di autenticazione predefinito con IIS In-Process

Metodi

AuthenticateAsync()
Obsoleti.

Autenticare la richiesta corrente.

ChallengeAsync(AuthenticationProperties)
Obsoleti.

Sfidare la richiesta corrente.

ForbidAsync(AuthenticationProperties)
Obsoleti.

Impedisci la richiesta corrente.

InitializeAsync(AuthenticationScheme, HttpContext)
Obsoleti.

Inizializzare il gestore di autenticazione. Il gestore deve inizializzare qualsiasi elemento necessario dalla richiesta e dallo schema come parte di questo metodo.

Si applica a