IISServerAuthenticationHandler 类

定义

注意

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

使用 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
继承
IISServerAuthenticationHandler
属性
实现

构造函数

IISServerAuthenticationHandler()
已过时.

使用 IIS 的默认身份验证处理程序 In-Process

方法

AuthenticateAsync()
已过时.

对当前请求进行身份验证。

ChallengeAsync(AuthenticationProperties)
已过时.

质询当前请求。

ForbidAsync(AuthenticationProperties)
已过时.

禁止当前请求。

InitializeAsync(AuthenticationScheme, HttpContext)
已过时.

初始化身份验证处理程序。 作为此方法的一部分,处理程序应从请求和方案中初始化它所需的任何内容。

适用于