3 implementations of GetAuthenticatorKeyAsync
Identity.DefaultUI.WebSite (1)
src\Identity\test\InMemory.Test\InMemoryUserStore.cs (1)
402public Task<string> GetAuthenticatorKeyAsync(TUser user, CancellationToken cancellationToken)
Microsoft.AspNetCore.Identity.InMemory.Test (1)
InMemoryUserStore.cs (1)
402public Task<string> GetAuthenticatorKeyAsync(TUser user, CancellationToken cancellationToken)
Microsoft.Extensions.Identity.Stores (1)
UserStoreBase.cs (1)
905public virtual Task<string?> GetAuthenticatorKeyAsync(TUser user, CancellationToken cancellationToken)
1 reference to GetAuthenticatorKeyAsync
Microsoft.Extensions.Identity.Core (1)
UserManager.cs (1)
1968return store.GetAuthenticatorKeyAsync(user, CancellationToken);