1 implementation of SetAuthenticatorKeyAsync
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)
2421
await store.
SetAuthenticatorKeyAsync
(user, GenerateNewAuthenticatorKey(), CancellationToken).ConfigureAwait(false);