IdentityCookieOptions.TwoFactorRememberMeCookie 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
這兩個因素的選項會記住我 Cookie。
public:
property Microsoft::AspNetCore::Builder::CookieAuthenticationOptions ^ TwoFactorRememberMeCookie { Microsoft::AspNetCore::Builder::CookieAuthenticationOptions ^ get(); void set(Microsoft::AspNetCore::Builder::CookieAuthenticationOptions ^ value); };
public Microsoft.AspNetCore.Builder.CookieAuthenticationOptions TwoFactorRememberMeCookie { get; set; }
member this.TwoFactorRememberMeCookie : Microsoft.AspNetCore.Builder.CookieAuthenticationOptions with get, set
Public Property TwoFactorRememberMeCookie As CookieAuthenticationOptions