UserStoreBase<TUser,TKey,TUserClaim,TUserLogin,TUserToken>.SetTwoFactorEnabledAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定旗標,指出指定的 user
是否啟用雙因素驗證,做為非同步作業。
public virtual System.Threading.Tasks.Task SetTwoFactorEnabledAsync (TUser user, bool enabled, System.Threading.CancellationToken cancellationToken = default);
abstract member SetTwoFactorEnabledAsync : 'User * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.SetTwoFactorEnabledAsync : 'User * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function SetTwoFactorEnabledAsync (user As TUser, enabled As Boolean, Optional cancellationToken As CancellationToken = Nothing) As Task
參數
- user
- TUser
應該設定雙因素驗證啟用狀態的使用者。
- enabled
- Boolean
旗標,指出指定的 user
是否已啟用雙因素驗證。
- cancellationToken
- CancellationToken
用於散佈應取消作業通知的 CancellationToken。
傳回
表示非同步作業的 Task。