BaseContext<TOptions> 类 
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
其他上下文类使用的基类。
generic <typename TOptions>
 where TOptions : AuthenticationSchemeOptionspublic ref class BaseContext abstractpublic abstract class BaseContext<TOptions> where TOptions : AuthenticationSchemeOptionstype BaseContext<'Options (requires 'Options :> AuthenticationSchemeOptions)> = classPublic MustInherit Class BaseContext(Of TOptions)类型参数
- TOptions
- 继承
- 
				BaseContext<TOptions>
- 派生
构造函数
| BaseContext<TOptions>(HttpContext, AuthenticationScheme, TOptions) | 构造函数。 | 
属性
| HttpContext | 上下文。 | 
| Options | 获取与方案关联的身份验证选项。 | 
| Request | 请求。 | 
| Response | 响应。 | 
| Scheme | 身份验证方案。 |