IISServerAuthenticationHandler Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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. |