IdentityCookieOptions.TwoFactorRememberMeCookie Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The options for the two factor remember me 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