IISServerAuthenticationHandler Klasa
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przestroga
The IISServerAuthenticationHandler is obsolete and will be removed in a future release.
Domyślna procedura obsługi uwierzytelniania z usługami 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
- Dziedziczenie
-
IISServerAuthenticationHandler
- Atrybuty
- Implementuje
Konstruktory
IISServerAuthenticationHandler() |
Przestarzałe.
Domyślna procedura obsługi uwierzytelniania z usługami IIS In-Process |
Metody
AuthenticateAsync() |
Przestarzałe.
Uwierzytelnianie bieżącego żądania. |
ChallengeAsync(AuthenticationProperties) |
Przestarzałe.
Zakwestionowanie bieżącego żądania. |
ForbidAsync(AuthenticationProperties) |
Przestarzałe.
Zabraniaj bieżącego żądania. |
InitializeAsync(AuthenticationScheme, HttpContext) |
Przestarzałe.
Zainicjuj procedurę obsługi uwierzytelniania. Procedura obsługi powinna zainicjować wszystko, czego potrzebuje od żądania i schematu w ramach tej metody. |