Share via


SignInManager<TUser>.ForgetTwoFactorClientAsync 方法

定义

从当前浏览器中清除“记住此浏览器标志”,作为异步操作。

public:
 virtual System::Threading::Tasks::Task ^ ForgetTwoFactorClientAsync();
public virtual System.Threading.Tasks.Task ForgetTwoFactorClientAsync ();
abstract member ForgetTwoFactorClientAsync : unit -> System.Threading.Tasks.Task
override this.ForgetTwoFactorClientAsync : unit -> System.Threading.Tasks.Task
Public Overridable Function ForgetTwoFactorClientAsync () As Task

返回

表示异步操作的任务对象。

适用于