IdentityCookieOptions.TwoFactorRememberMeCookie プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
2つの要素のオプションは、私がクッキーを覚えています。
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