IISServerAuthenticationHandler 类  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
The IISServerAuthenticationHandler is obsolete and will be removed in a future release.
使用 IIS 的默认身份验证处理程序 In-Process
public ref class IISServerAuthenticationHandler : Microsoft::AspNetCore::Authentication::IAuthenticationHandlerpublic 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.IAuthenticationHandlertype IISServerAuthenticationHandler = class
    interface IAuthenticationHandler[<System.Obsolete("The IISServerAuthenticationHandler is obsolete and will be removed in a future release.")>]
type IISServerAuthenticationHandler = class
    interface IAuthenticationHandlerPublic Class IISServerAuthenticationHandler
Implements IAuthenticationHandler- 继承
- 
				IISServerAuthenticationHandler
- 属性
- 实现
构造函数
| IISServerAuthenticationHandler() | 
				已过时.
			 使用 IIS 的默认身份验证处理程序 In-Process | 
方法
| AuthenticateAsync() | 
				已过时.
			 对当前请求进行身份验证。 | 
| ChallengeAsync(AuthenticationProperties) | 
				已过时.
			 质询当前请求。 | 
| ForbidAsync(AuthenticationProperties) | 
				已过时.
			 禁止当前请求。 | 
| InitializeAsync(AuthenticationScheme, HttpContext) | 
				已过时.
			 初始化身份验证处理程序。 作为此方法的一部分,处理程序应从请求和方案中初始化它所需的任何内容。 |