AuthenticationHandler<TOptions> 类 
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
实施 IAuthenticationHandler的有意见抽象。
generic <typename TOptions>
 where TOptions : AuthenticationOptionspublic ref class AuthenticationHandler abstract : Microsoft::AspNetCore::Http::Features::Authentication::IAuthenticationHandlergeneric <typename TOptions>
 where TOptions : AuthenticationSchemeOptionsgcnew()public ref class AuthenticationHandler abstract : Microsoft::AspNetCore::Authentication::IAuthenticationHandlerpublic abstract class AuthenticationHandler<TOptions> : Microsoft.AspNetCore.Http.Features.Authentication.IAuthenticationHandler where TOptions : AuthenticationOptionspublic abstract class AuthenticationHandler<TOptions> : Microsoft.AspNetCore.Authentication.IAuthenticationHandler where TOptions : AuthenticationSchemeOptions, new()type AuthenticationHandler<'Options (requires 'Options :> AuthenticationOptions)> = class
    interface IAuthenticationHandlertype AuthenticationHandler<'Options (requires 'Options :> AuthenticationSchemeOptions and 'Options : (new : unit -> 'Options))> = class
    interface IAuthenticationHandlerPublic MustInherit Class AuthenticationHandler(Of TOptions)
Implements IAuthenticationHandler类型参数
- TOptions
用于配置身份验证处理程序的选项的类型。
- 继承
- 
				AuthenticationHandler<TOptions>
- 派生
- 实现
构造函数
属性
| ChallengeCalled | 实施 IAuthenticationHandler的有意见抽象。 | 
| ClaimsIssuer | 获取应在发出任何声明时使用的颁发者。 | 
| Clock | 
				已过时.
			 获取 ISystemClock。 | 
| Context | 获取或设置 HttpContext。 | 
| CurrentUri | 获取绝对当前 URL。 | 
| Events | 处理程序对事件调用方法,这些事件在发生处理的某些点为应用程序控制。 如果未提供默认实例,则会在调用方法时不执行任何操作。 | 
| InitializeResult | 实施 IAuthenticationHandler的有意见抽象。 | 
| Logger | 获取 ILogger。 | 
| Options | 获取或设置与此身份验证处理程序关联的选项。 | 
| OptionsMonitor | 获取用于检测选项更改的 IOptionsMonitor<TOptions>。 | 
| OriginalPath | 获取身份验证中间件看到的路径。 | 
| OriginalPathBase | 获取身份验证中间件看到的路径基。 | 
| PriorHandler | 实施 IAuthenticationHandler的有意见抽象。 | 
| Request | 获取与当前请求关联的 HttpRequest。 | 
| Response | 获取与当前请求关联的 HttpResponse。 | 
| Scheme | 获取或设置与此身份验证处理程序关联的 AuthenticationScheme。 | 
| SignInAccepted | 实施 IAuthenticationHandler的有意见抽象。 | 
| SignOutAccepted | 实施 IAuthenticationHandler的有意见抽象。 | 
| TimeProvider | 获取当前时间,主要用于单元测试。 | 
| UrlEncoder | 获取 UrlEncoder。 |