Bagikan melalui


IISServerAuthenticationHandler Kelas

Definisi

Perhatian

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

Handler autentikasi default dengan In-Process IIS

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
Warisan
IISServerAuthenticationHandler
Atribut
Penerapan

Konstruktor

IISServerAuthenticationHandler()
Kedaluwarsa.

Handler autentikasi default dengan In-Process IIS

Metode

AuthenticateAsync()
Kedaluwarsa.

Autentikasi permintaan saat ini.

ChallengeAsync(AuthenticationProperties)
Kedaluwarsa.

Tantang permintaan saat ini.

ForbidAsync(AuthenticationProperties)
Kedaluwarsa.

Melarang permintaan saat ini.

InitializeAsync(AuthenticationScheme, HttpContext)
Kedaluwarsa.

Menginisialisasi handler autentikasi. Handler harus menginisialisasi apa pun yang dibutuhkan dari permintaan dan skema sebagai bagian dari metode ini.

Berlaku untuk