3 implementations of SetAuthenticatorKeyAsync
Identity.DefaultUI.WebSite (1)
src\Identity\test\InMemory.Test\InMemoryUserStore.cs (1)
397
public Task
SetAuthenticatorKeyAsync
(TUser user, string key, CancellationToken cancellationToken)
Microsoft.AspNetCore.Identity.InMemory.Test (1)
InMemoryUserStore.cs (1)
397
public Task
SetAuthenticatorKeyAsync
(TUser user, string key, CancellationToken cancellationToken)
Microsoft.Extensions.Identity.Stores (1)
UserStoreBase.cs (1)
896
public virtual Task
SetAuthenticatorKeyAsync
(TUser user, string key, CancellationToken cancellationToken)
1 reference to SetAuthenticatorKeyAsync
Microsoft.Extensions.Identity.Core (1)
UserManager.cs (1)
1981
await store.
SetAuthenticatorKeyAsync
(user, GenerateNewAuthenticatorKey(), CancellationToken).ConfigureAwait(false);