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

取得用來識別用來儲存「記住我」狀態的 Two Factor Authentication Cookie 的配置。

TwoFactorUserIdCookie

兩個因素使用者識別碼 Cookie 的選項。

TwoFactorUserIdCookieAuthenticationScheme

取得用來識別來回使用者身分識別的 Two Factor Authentication Cookie 的配置。

適用於