IdentityCookieOptions 类

定义

表示可用于配置标识系统提供的 Cookie 中间件的所有选项。

public ref class IdentityCookieOptions
public class IdentityCookieOptions
type IdentityCookieOptions = class
Public Class IdentityCookieOptions
继承
IdentityCookieOptions

构造函数

IdentityCookieOptions()

构造 IdentityCookieOptions 的新实例。

属性

ApplicationCookie

应用程序 Cookie 的选项。

ApplicationCookieAuthenticationScheme

获取用于标识应用程序身份验证 Cookie 的方案。

ExternalCookie

外部 Cookie 的选项。

ExternalCookieAuthenticationScheme

获取用于标识外部身份验证 Cookie 的方案。

TwoFactorRememberMeCookie

这两个因素的选项会记住我 cookie。

TwoFactorRememberMeCookieAuthenticationScheme

获取用于标识双因素身份验证 Cookie 以保存“记住我”状态的方案。

TwoFactorUserIdCookie

双因素用户 ID Cookie 的选项。

TwoFactorUserIdCookieAuthenticationScheme

获取用于标识往返用户标识的双因素身份验证 Cookie 的方案。

适用于