IdentityCookieOptions.TwoFactorRememberMeCookie Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Las opciones para el dos factor me recuerdan 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