1 implementation of GetSecurityStampAsync
Microsoft.Extensions.Identity.Stores (1)
UserStoreBase.cs (1)
742public virtual Task<string?> GetSecurityStampAsync(TUser user, CancellationToken cancellationToken = default(CancellationToken))
1 reference to GetSecurityStampAsync
Microsoft.Extensions.Identity.Core (1)
UserManager.cs (1)
972var stamp = await securityStore.GetSecurityStampAsync(user, CancellationToken).ConfigureAwait(false);