Share via


IISServerAuthenticationHandler Clase

Definición

Precaución

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

Controlador de autenticación predeterminado 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
Herencia
IISServerAuthenticationHandler
Atributos
Implementaciones

Constructores

IISServerAuthenticationHandler()
Obsoletos.

Controlador de autenticación predeterminado con IIS In-Process

Métodos

AuthenticateAsync()
Obsoletos.

Autentique la solicitud actual.

ChallengeAsync(AuthenticationProperties)
Obsoletos.

Desafío de la solicitud actual.

ForbidAsync(AuthenticationProperties)
Obsoletos.

Prohibir la solicitud actual.

InitializeAsync(AuthenticationScheme, HttpContext)
Obsoletos.

Inicialice el controlador de autenticación. El controlador debe inicializar todo lo que necesite de la solicitud y el esquema como parte de este método.

Se aplica a