IUserLoginStore<TUser>.RemoveLoginAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
嘗試從指定的 user
移除提供的登入資訊。
和 會傳回旗標,指出移除是否成功。
public:
System::Threading::Tasks::Task ^ RemoveLoginAsync(TUser user, System::String ^ loginProvider, System::String ^ providerKey, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task RemoveLoginAsync (TUser user, string loginProvider, string providerKey, System.Threading.CancellationToken cancellationToken);
abstract member RemoveLoginAsync : 'User * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function RemoveLoginAsync (user As TUser, loginProvider As String, providerKey As String, cancellationToken As CancellationToken) As Task
參數
- user
- TUser
要從中移除登入資訊的使用者。
- loginProvider
- String
登入提供應該移除其資訊。
- providerKey
- String
由指定之使用者的外部登入提供者所指定的金鑰。
- cancellationToken
- CancellationToken
用於散佈應取消作業通知的 CancellationToken。
傳回
表示非同步作業的 Task。