IdentityCookieOptions.TwoFactorUserIdCookie 属性

定义

双因素用户 ID Cookie 的选项。

public:
 property Microsoft::AspNetCore::Builder::CookieAuthenticationOptions ^ TwoFactorUserIdCookie { Microsoft::AspNetCore::Builder::CookieAuthenticationOptions ^ get(); void set(Microsoft::AspNetCore::Builder::CookieAuthenticationOptions ^ value); };
public Microsoft.AspNetCore.Builder.CookieAuthenticationOptions TwoFactorUserIdCookie { get; set; }
member this.TwoFactorUserIdCookie : Microsoft.AspNetCore.Builder.CookieAuthenticationOptions with get, set
Public Property TwoFactorUserIdCookie As CookieAuthenticationOptions

属性值

适用于