CookieSigningOutContext 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
传递给 的上下文对象 SigningOut(CookieSigningOutContext)
public ref class CookieSigningOutContext : Microsoft::AspNetCore::Authentication::Cookies::BaseCookieContext
public ref class CookieSigningOutContext : Microsoft::AspNetCore::Authentication::PropertiesContext<Microsoft::AspNetCore::Authentication::Cookies::CookieAuthenticationOptions ^>
public class CookieSigningOutContext : Microsoft.AspNetCore.Authentication.Cookies.BaseCookieContext
public class CookieSigningOutContext : Microsoft.AspNetCore.Authentication.PropertiesContext<Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions>
type CookieSigningOutContext = class
inherit BaseCookieContext
type CookieSigningOutContext = class
inherit PropertiesContext<CookieAuthenticationOptions>
Public Class CookieSigningOutContext
Inherits BaseCookieContext
Public Class CookieSigningOutContext
Inherits PropertiesContext(Of CookieAuthenticationOptions)
- 继承
- 继承
构造函数
属性
CookieOptions |
用于创建传出 Cookie 的选项。 在 SigningOut 调用期间可能被替换或更改。 |
HttpContext |
传递给 的上下文对象 SigningOut(CookieSigningOutContext) (继承自 BaseContext) |
HttpContext |
上下文。 (继承自 BaseContext<TOptions>) |
Options |
传递给 的上下文对象 SigningOut(CookieSigningOutContext) (继承自 BaseCookieContext) |
Options |
获取与方案关联的身份验证选项。 (继承自 BaseContext<TOptions>) |
Properties |
传递给 的上下文对象 SigningOut(CookieSigningOutContext) |
Properties |
获取或设置 AuthenticationProperties。 (继承自 PropertiesContext<TOptions>) |
Request |
传递给 的上下文对象 SigningOut(CookieSigningOutContext) (继承自 BaseContext) |
Request |
请求。 (继承自 BaseContext<TOptions>) |
Response |
传递给 的上下文对象 SigningOut(CookieSigningOutContext) (继承自 BaseContext) |
Response |
响应。 (继承自 BaseContext<TOptions>) |
Scheme |
身份验证方案。 (继承自 BaseContext<TOptions>) |