IISServerAuthenticationHandler Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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. |