PropertiesContext<TOptions> 类

定义

包含 AuthenticationProperties的身份验证事件的基本上下文。

generic <typename TOptions>
 where TOptions : AuthenticationSchemeOptionspublic ref class PropertiesContext abstract : Microsoft::AspNetCore::Authentication::BaseContext<TOptions>
public abstract class PropertiesContext<TOptions> : Microsoft.AspNetCore.Authentication.BaseContext<TOptions> where TOptions : AuthenticationSchemeOptions
type PropertiesContext<'Options (requires 'Options :> AuthenticationSchemeOptions)> = class
    inherit BaseContext<'Options (requires 'Options :> AuthenticationSchemeOptions)>
Public MustInherit Class PropertiesContext(Of TOptions)
Inherits BaseContext(Of TOptions)

类型参数

TOptions
继承
PropertiesContext<TOptions>
派生

构造函数

PropertiesContext<TOptions>(HttpContext, AuthenticationScheme, TOptions, AuthenticationProperties)

构造函数。

属性

HttpContext

上下文。

(继承自 BaseContext<TOptions>)
Options

获取与方案关联的身份验证选项。

(继承自 BaseContext<TOptions>)
Properties

获取或设置 AuthenticationProperties

Request

请求。

(继承自 BaseContext<TOptions>)
Response

响应。

(继承自 BaseContext<TOptions>)
Scheme

身份验证方案。

(继承自 BaseContext<TOptions>)

适用于