Sdílet prostřednictvím


IISServerAuthenticationHandler Třída

Definice

Upozornění

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

Výchozí obslužná rutina ověřování se službou 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
Dědičnost
IISServerAuthenticationHandler
Atributy
Implementuje

Konstruktory

IISServerAuthenticationHandler()
Zastaralé.

Výchozí obslužná rutina ověřování se službou IIS In-Process

Metody

AuthenticateAsync()
Zastaralé.

Ověřte aktuální požadavek.

ChallengeAsync(AuthenticationProperties)
Zastaralé.

Zpochybte aktuální požadavek.

ForbidAsync(AuthenticationProperties)
Zastaralé.

Zakažte aktuální požadavek.

InitializeAsync(AuthenticationScheme, HttpContext)
Zastaralé.

Inicializace obslužné rutiny ověřování Obslužná rutina by měla inicializovat vše, co potřebuje, z požadavku a schématu jako součást této metody.

Platí pro