IISServerAuthenticationHandler Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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. |