Compartilhar via


IISServerAuthenticationHandler Classe

Definição

Cuidado

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

O manipulador de autenticação padrão com o 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
Herança
IISServerAuthenticationHandler
Atributos
Implementações

Construtores

IISServerAuthenticationHandler()
Obsoleto.

O manipulador de autenticação padrão com o IIS In-Process

Métodos

AuthenticateAsync()
Obsoleto.

Autentique a solicitação atual.

ChallengeAsync(AuthenticationProperties)
Obsoleto.

Desafie a solicitação atual.

ForbidAsync(AuthenticationProperties)
Obsoleto.

Proíba a solicitação atual.

InitializeAsync(AuthenticationScheme, HttpContext)
Obsoleto.

Inicialize o manipulador de autenticação. O manipulador deve inicializar tudo o que precisar da solicitação e do esquema como parte desse método.

Aplica-se a