Show / Hide Table of Contents

Class UserStore<TContext>

Represents a new instance of a persistence store for IdentityUser and IdentityRole.

Inheritance
Object
UserStoreBase<IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>
UserStoreBase<IdentityUser, IdentityRole, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserRole<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>, Microsoft.AspNetCore.Identity.IdentityRoleClaim<System.Guid>>
Microsoft.AspNetCore.Identity.EntityFrameworkCore.UserStore<IdentityUser, IdentityRole, TContext, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserRole<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>, Microsoft.AspNetCore.Identity.IdentityRoleClaim<System.Guid>>
UserStore<IdentityUser, IdentityRole, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, TContext>
UserStore<TContext>
Inherited Members
UserStore<IdentityUser, IdentityRole, IdentityUserLogin<Guid>, TContext>.Logger
UserStore<IdentityUser, IdentityRole, IdentityUserLogin<Guid>, TContext>.EventSourceRepository
UserStore<IdentityUser, IdentityRole, IdentityUserLogin<Guid>, TContext>.CreateAsync(IdentityUser, CancellationToken)
UserStore<IdentityUser, IdentityRole, IdentityUserLogin<Guid>, TContext>.UpdateAsync(IdentityUser, CancellationToken)
UserStore<IdentityUser, IdentityRole, IdentityUserLogin<Guid>, TContext>.SaveEvents(IEventSourced, CancellationToken)
UserStore<IdentityUser, IdentityRole, IdentityUserLogin<Guid>, TContext>.DeleteAsync(IdentityUser, CancellationToken)
UserStore<IdentityUser, IdentityRole, IdentityUserLogin<Guid>, TContext>.GetDefaultRolesForNewUserAsync(IdentityUser, CancellationToken)
UserStore<IdentityUser, IdentityRole, IdentityUserLogin<Guid>, TContext>.FindByLoginAsync(String, String, CancellationToken)
UserStore<IdentityUser, IdentityRole, IdentityUserLogin<Guid>, TContext>.FindByEmailAsync(String, CancellationToken)
UserStore<IdentityUser, IdentityRole, IdentityUserLogin<Guid>, TContext>.FindByNameAsync(String, CancellationToken)
UserStore<IdentityUser, IdentityRole, IdentityUserLogin<Guid>, TContext>.FindByIdAsync(String, CancellationToken)
UserStore<IdentityUser, IdentityRole, IdentityUserLogin<Guid>, TContext>.ConvertIdFromString(String)
UserStore<IdentityUser, IdentityRole, IdentityUserLogin<Guid>, TContext>.GetUser(Guid, CancellationToken)
UserStore<IdentityUser, IdentityRole, IdentityUserLogin<Guid>, TContext>.GetUser(Expression<Func<IdentityUser, Boolean>>, CancellationToken)
UserStore<IdentityUser, IdentityRole, IdentityUserLogin<Guid>, TContext>.SetPhoneNumberConfirmedAsync(IdentityUser, Boolean, CancellationToken)
UserStore<IdentityUser, IdentityRole, IdentityUserLogin<Guid>, TContext>.SetEmailConfirmedAsync(IdentityUser, Boolean, CancellationToken)
UserStore<IdentityUser, IdentityRole, IdentityUserLogin<Guid>, TContext>.GetSystemUsersAsync(CancellationToken)
UserStore<IdentityUser, IdentityRole, IdentityUserLogin<Guid>, TContext>.SetPasswordHashAsync(IdentityUser, String, CancellationToken)
UserStore<IdentityUser, IdentityRole, IdentityUserLogin<Guid>, TContext>.RemoveFromRoleAsync(IdentityUser, String, CancellationToken)
UserStore<IdentityUser, IdentityRole, IdentityUserLogin<Guid>, TContext>.RemoveAuthenticatorKey(IdentityUser, CancellationToken)
UserStore<IdentityUser, IdentityRole, IdentityUserLogin<Guid>, TContext>.GetLoginsAsync(IdentityUser, CancellationToken)
UserStore<IdentityUser, IdentityRole, IdentityUserLogin<Guid>, TContext>.IPermissionStore.GetRemovePermissionSql(String[], Guid[])
UserStore<IdentityUser, IdentityRole, IdentityUserLogin<Guid>, TContext>.CreateUserRole(IdentityUser, IdentityRole)
UserStore<IdentityUser, IdentityRole, IdentityUserLogin<Guid>, TContext>.CreateUserClaim(IdentityUser, Claim)
UserStore<IdentityUser, IdentityRole, IdentityUserLogin<Guid>, TContext>.CreateUserLogin(IdentityUser, UserLoginInfo)
UserStore<IdentityUser, IdentityRole, IdentityUserLogin<Guid>, TContext>.CreateUserToken(IdentityUser, String, String, String)
Microsoft.AspNetCore.Identity.EntityFrameworkCore.UserStore<IRM.AspNetCore.Identity.IdentityUser, IRM.AspNetCore.Identity.IdentityRole, TContext, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserRole<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>, Microsoft.AspNetCore.Identity.IdentityRoleClaim<System.Guid>>.SaveChanges(System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.EntityFrameworkCore.UserStore<IRM.AspNetCore.Identity.IdentityUser, IRM.AspNetCore.Identity.IdentityRole, TContext, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserRole<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>, Microsoft.AspNetCore.Identity.IdentityRoleClaim<System.Guid>>.CreateAsync(IRM.AspNetCore.Identity.IdentityUser, System.Threading.CancellationToken)
UserStore<IdentityUser, IdentityRole, TContext, Guid, IdentityUserClaim<Guid>, IdentityUserRole<Guid>, IdentityUserLogin<Guid>, IdentityUserToken<Guid>, IdentityRoleClaim<Guid>>.UpdateAsync(IdentityUser, CancellationToken)
UserStore<IdentityUser, IdentityRole, TContext, Guid, IdentityUserClaim<Guid>, IdentityUserRole<Guid>, IdentityUserLogin<Guid>, IdentityUserToken<Guid>, IdentityRoleClaim<Guid>>.DeleteAsync(IdentityUser, CancellationToken)
UserStore<IdentityUser, IdentityRole, TContext, Guid, IdentityUserClaim<Guid>, IdentityUserRole<Guid>, IdentityUserLogin<Guid>, IdentityUserToken<Guid>, IdentityRoleClaim<Guid>>.FindByIdAsync(String, CancellationToken)
Microsoft.AspNetCore.Identity.EntityFrameworkCore.UserStore<IRM.AspNetCore.Identity.IdentityUser, IRM.AspNetCore.Identity.IdentityRole, TContext, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserRole<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>, Microsoft.AspNetCore.Identity.IdentityRoleClaim<System.Guid>>.FindByNameAsync(System.String, System.Threading.CancellationToken)
UserStore<IdentityUser, IdentityRole, TContext, Guid, IdentityUserClaim<Guid>, IdentityUserRole<Guid>, IdentityUserLogin<Guid>, IdentityUserToken<Guid>, IdentityRoleClaim<Guid>>.FindRoleAsync(String, CancellationToken)
UserStore<IdentityUser, IdentityRole, TContext, Guid, IdentityUserClaim<Guid>, IdentityUserRole<Guid>, IdentityUserLogin<Guid>, IdentityUserToken<Guid>, IdentityRoleClaim<Guid>>.FindUserRoleAsync(Guid, Guid, CancellationToken)
Microsoft.AspNetCore.Identity.EntityFrameworkCore.UserStore<IRM.AspNetCore.Identity.IdentityUser, IRM.AspNetCore.Identity.IdentityRole, TContext, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserRole<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>, Microsoft.AspNetCore.Identity.IdentityRoleClaim<System.Guid>>.FindUserAsync(System.Guid, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.EntityFrameworkCore.UserStore<IRM.AspNetCore.Identity.IdentityUser, IRM.AspNetCore.Identity.IdentityRole, TContext, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserRole<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>, Microsoft.AspNetCore.Identity.IdentityRoleClaim<System.Guid>>.FindUserLoginAsync(System.Guid, System.String, System.String, System.Threading.CancellationToken)
UserStore<IdentityUser, IdentityRole, TContext, Guid, IdentityUserClaim<Guid>, IdentityUserRole<Guid>, IdentityUserLogin<Guid>, IdentityUserToken<Guid>, IdentityRoleClaim<Guid>>.FindUserLoginAsync(String, String, CancellationToken)
Microsoft.AspNetCore.Identity.EntityFrameworkCore.UserStore<IRM.AspNetCore.Identity.IdentityUser, IRM.AspNetCore.Identity.IdentityRole, TContext, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserRole<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>, Microsoft.AspNetCore.Identity.IdentityRoleClaim<System.Guid>>.AddToRoleAsync(IRM.AspNetCore.Identity.IdentityUser, System.String, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.EntityFrameworkCore.UserStore<IRM.AspNetCore.Identity.IdentityUser, IRM.AspNetCore.Identity.IdentityRole, TContext, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserRole<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>, Microsoft.AspNetCore.Identity.IdentityRoleClaim<System.Guid>>.RemoveFromRoleAsync(IRM.AspNetCore.Identity.IdentityUser, System.String, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.EntityFrameworkCore.UserStore<IRM.AspNetCore.Identity.IdentityUser, IRM.AspNetCore.Identity.IdentityRole, TContext, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserRole<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>, Microsoft.AspNetCore.Identity.IdentityRoleClaim<System.Guid>>.GetRolesAsync(IRM.AspNetCore.Identity.IdentityUser, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.EntityFrameworkCore.UserStore<IRM.AspNetCore.Identity.IdentityUser, IRM.AspNetCore.Identity.IdentityRole, TContext, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserRole<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>, Microsoft.AspNetCore.Identity.IdentityRoleClaim<System.Guid>>.IsInRoleAsync(IRM.AspNetCore.Identity.IdentityUser, System.String, System.Threading.CancellationToken)
UserStore<IdentityUser, IdentityRole, TContext, Guid, IdentityUserClaim<Guid>, IdentityUserRole<Guid>, IdentityUserLogin<Guid>, IdentityUserToken<Guid>, IdentityRoleClaim<Guid>>.GetClaimsAsync(IdentityUser, CancellationToken)
UserStore<IdentityUser, IdentityRole, TContext, Guid, IdentityUserClaim<Guid>, IdentityUserRole<Guid>, IdentityUserLogin<Guid>, IdentityUserToken<Guid>, IdentityRoleClaim<Guid>>.AddClaimsAsync(IdentityUser, IEnumerable<Claim>, CancellationToken)
Microsoft.AspNetCore.Identity.EntityFrameworkCore.UserStore<IRM.AspNetCore.Identity.IdentityUser, IRM.AspNetCore.Identity.IdentityRole, TContext, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserRole<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>, Microsoft.AspNetCore.Identity.IdentityRoleClaim<System.Guid>>.ReplaceClaimAsync(IRM.AspNetCore.Identity.IdentityUser, System.Security.Claims.Claim, System.Security.Claims.Claim, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.EntityFrameworkCore.UserStore<IRM.AspNetCore.Identity.IdentityUser, IRM.AspNetCore.Identity.IdentityRole, TContext, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserRole<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>, Microsoft.AspNetCore.Identity.IdentityRoleClaim<System.Guid>>.RemoveClaimsAsync(IRM.AspNetCore.Identity.IdentityUser, System.Collections.Generic.IEnumerable<System.Security.Claims.Claim>, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.EntityFrameworkCore.UserStore<IRM.AspNetCore.Identity.IdentityUser, IRM.AspNetCore.Identity.IdentityRole, TContext, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserRole<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>, Microsoft.AspNetCore.Identity.IdentityRoleClaim<System.Guid>>.AddLoginAsync(IRM.AspNetCore.Identity.IdentityUser, Microsoft.AspNetCore.Identity.UserLoginInfo, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.EntityFrameworkCore.UserStore<IRM.AspNetCore.Identity.IdentityUser, IRM.AspNetCore.Identity.IdentityRole, TContext, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserRole<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>, Microsoft.AspNetCore.Identity.IdentityRoleClaim<System.Guid>>.RemoveLoginAsync(IRM.AspNetCore.Identity.IdentityUser, System.String, System.String, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.EntityFrameworkCore.UserStore<IRM.AspNetCore.Identity.IdentityUser, IRM.AspNetCore.Identity.IdentityRole, TContext, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserRole<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>, Microsoft.AspNetCore.Identity.IdentityRoleClaim<System.Guid>>.GetLoginsAsync(IRM.AspNetCore.Identity.IdentityUser, System.Threading.CancellationToken)
UserStore<IdentityUser, IdentityRole, TContext, Guid, IdentityUserClaim<Guid>, IdentityUserRole<Guid>, IdentityUserLogin<Guid>, IdentityUserToken<Guid>, IdentityRoleClaim<Guid>>.FindByLoginAsync(String, String, CancellationToken)
Microsoft.AspNetCore.Identity.EntityFrameworkCore.UserStore<IRM.AspNetCore.Identity.IdentityUser, IRM.AspNetCore.Identity.IdentityRole, TContext, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserRole<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>, Microsoft.AspNetCore.Identity.IdentityRoleClaim<System.Guid>>.FindByEmailAsync(System.String, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.EntityFrameworkCore.UserStore<IRM.AspNetCore.Identity.IdentityUser, IRM.AspNetCore.Identity.IdentityRole, TContext, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserRole<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>, Microsoft.AspNetCore.Identity.IdentityRoleClaim<System.Guid>>.GetUsersForClaimAsync(System.Security.Claims.Claim, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.EntityFrameworkCore.UserStore<IRM.AspNetCore.Identity.IdentityUser, IRM.AspNetCore.Identity.IdentityRole, TContext, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserRole<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>, Microsoft.AspNetCore.Identity.IdentityRoleClaim<System.Guid>>.GetUsersInRoleAsync(System.String, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.EntityFrameworkCore.UserStore<IRM.AspNetCore.Identity.IdentityUser, IRM.AspNetCore.Identity.IdentityRole, TContext, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserRole<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>, Microsoft.AspNetCore.Identity.IdentityRoleClaim<System.Guid>>.FindTokenAsync(IRM.AspNetCore.Identity.IdentityUser, System.String, System.String, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.EntityFrameworkCore.UserStore<IRM.AspNetCore.Identity.IdentityUser, IRM.AspNetCore.Identity.IdentityRole, TContext, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserRole<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>, Microsoft.AspNetCore.Identity.IdentityRoleClaim<System.Guid>>.AddUserTokenAsync(Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>)
Microsoft.AspNetCore.Identity.EntityFrameworkCore.UserStore<IRM.AspNetCore.Identity.IdentityUser, IRM.AspNetCore.Identity.IdentityRole, TContext, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserRole<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>, Microsoft.AspNetCore.Identity.IdentityRoleClaim<System.Guid>>.RemoveUserTokenAsync(Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>)
Microsoft.AspNetCore.Identity.EntityFrameworkCore.UserStore<IRM.AspNetCore.Identity.IdentityUser, IRM.AspNetCore.Identity.IdentityRole, TContext, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserRole<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>, Microsoft.AspNetCore.Identity.IdentityRoleClaim<System.Guid>>.Context
UserStore<IdentityUser, IdentityRole, TContext, Guid, IdentityUserClaim<Guid>, IdentityUserRole<Guid>, IdentityUserLogin<Guid>, IdentityUserToken<Guid>, IdentityRoleClaim<Guid>>.AutoSaveChanges
Microsoft.AspNetCore.Identity.EntityFrameworkCore.UserStore<IRM.AspNetCore.Identity.IdentityUser, IRM.AspNetCore.Identity.IdentityRole, TContext, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserRole<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>, Microsoft.AspNetCore.Identity.IdentityRoleClaim<System.Guid>>.Users
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, IRM.AspNetCore.Identity.IdentityRole, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserRole<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>, Microsoft.AspNetCore.Identity.IdentityRoleClaim<System.Guid>>.CreateUserRole(IRM.AspNetCore.Identity.IdentityUser, IRM.AspNetCore.Identity.IdentityRole)
UserStoreBase<IdentityUser, IdentityRole, Guid, IdentityUserClaim<Guid>, IdentityUserRole<Guid>, IdentityUserLogin<Guid>, IdentityUserToken<Guid>, IdentityRoleClaim<Guid>>.GetUsersInRoleAsync(String, CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, IRM.AspNetCore.Identity.IdentityRole, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserRole<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>, Microsoft.AspNetCore.Identity.IdentityRoleClaim<System.Guid>>.AddToRoleAsync(IRM.AspNetCore.Identity.IdentityUser, System.String, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, IRM.AspNetCore.Identity.IdentityRole, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserRole<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>, Microsoft.AspNetCore.Identity.IdentityRoleClaim<System.Guid>>.RemoveFromRoleAsync(IRM.AspNetCore.Identity.IdentityUser, System.String, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, IRM.AspNetCore.Identity.IdentityRole, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserRole<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>, Microsoft.AspNetCore.Identity.IdentityRoleClaim<System.Guid>>.GetRolesAsync(IRM.AspNetCore.Identity.IdentityUser, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, IRM.AspNetCore.Identity.IdentityRole, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserRole<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>, Microsoft.AspNetCore.Identity.IdentityRoleClaim<System.Guid>>.IsInRoleAsync(IRM.AspNetCore.Identity.IdentityUser, System.String, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, IRM.AspNetCore.Identity.IdentityRole, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserRole<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>, Microsoft.AspNetCore.Identity.IdentityRoleClaim<System.Guid>>.FindRoleAsync(System.String, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, IRM.AspNetCore.Identity.IdentityRole, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserRole<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>, Microsoft.AspNetCore.Identity.IdentityRoleClaim<System.Guid>>.FindUserRoleAsync(System.Guid, System.Guid, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.CreateUserClaim(IRM.AspNetCore.Identity.IdentityUser, System.Security.Claims.Claim)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.CreateUserLogin(IRM.AspNetCore.Identity.IdentityUser, Microsoft.AspNetCore.Identity.UserLoginInfo)
UserStoreBase<IdentityUser, Guid, IdentityUserClaim<Guid>, IdentityUserLogin<Guid>, IdentityUserToken<Guid>>.CreateUserToken(IdentityUser, String, String, String)
UserStoreBase<IdentityUser, Guid, IdentityUserClaim<Guid>, IdentityUserLogin<Guid>, IdentityUserToken<Guid>>.GetUserIdAsync(IdentityUser, CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.GetUserNameAsync(IRM.AspNetCore.Identity.IdentityUser, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.SetUserNameAsync(IRM.AspNetCore.Identity.IdentityUser, System.String, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.GetNormalizedUserNameAsync(IRM.AspNetCore.Identity.IdentityUser, System.Threading.CancellationToken)
UserStoreBase<IdentityUser, Guid, IdentityUserClaim<Guid>, IdentityUserLogin<Guid>, IdentityUserToken<Guid>>.SetNormalizedUserNameAsync(IdentityUser, String, CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.CreateAsync(IRM.AspNetCore.Identity.IdentityUser, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.UpdateAsync(IRM.AspNetCore.Identity.IdentityUser, System.Threading.CancellationToken)
UserStoreBase<IdentityUser, Guid, IdentityUserClaim<Guid>, IdentityUserLogin<Guid>, IdentityUserToken<Guid>>.DeleteAsync(IdentityUser, CancellationToken)
UserStoreBase<IdentityUser, Guid, IdentityUserClaim<Guid>, IdentityUserLogin<Guid>, IdentityUserToken<Guid>>.FindByIdAsync(String, CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.ConvertIdFromString(System.String)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.ConvertIdToString(System.Guid)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.FindByNameAsync(System.String, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.SetPasswordHashAsync(IRM.AspNetCore.Identity.IdentityUser, System.String, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.GetPasswordHashAsync(IRM.AspNetCore.Identity.IdentityUser, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.HasPasswordAsync(IRM.AspNetCore.Identity.IdentityUser, System.Threading.CancellationToken)
UserStoreBase<IdentityUser, Guid, IdentityUserClaim<Guid>, IdentityUserLogin<Guid>, IdentityUserToken<Guid>>.FindUserAsync(Guid, CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.FindUserLoginAsync(System.Guid, System.String, System.String, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.FindUserLoginAsync(System.String, System.String, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.ThrowIfDisposed()
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.Dispose()
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.GetClaimsAsync(IRM.AspNetCore.Identity.IdentityUser, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.AddClaimsAsync(IRM.AspNetCore.Identity.IdentityUser, System.Collections.Generic.IEnumerable<System.Security.Claims.Claim>, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.ReplaceClaimAsync(IRM.AspNetCore.Identity.IdentityUser, System.Security.Claims.Claim, System.Security.Claims.Claim, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.RemoveClaimsAsync(IRM.AspNetCore.Identity.IdentityUser, System.Collections.Generic.IEnumerable<System.Security.Claims.Claim>, System.Threading.CancellationToken)
UserStoreBase<IdentityUser, Guid, IdentityUserClaim<Guid>, IdentityUserLogin<Guid>, IdentityUserToken<Guid>>.AddLoginAsync(IdentityUser, UserLoginInfo, CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.RemoveLoginAsync(IRM.AspNetCore.Identity.IdentityUser, System.String, System.String, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.GetLoginsAsync(IRM.AspNetCore.Identity.IdentityUser, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.FindByLoginAsync(System.String, System.String, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.GetEmailConfirmedAsync(IRM.AspNetCore.Identity.IdentityUser, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.SetEmailConfirmedAsync(IRM.AspNetCore.Identity.IdentityUser, System.Boolean, System.Threading.CancellationToken)
UserStoreBase<IdentityUser, Guid, IdentityUserClaim<Guid>, IdentityUserLogin<Guid>, IdentityUserToken<Guid>>.SetEmailAsync(IdentityUser, String, CancellationToken)
UserStoreBase<IdentityUser, Guid, IdentityUserClaim<Guid>, IdentityUserLogin<Guid>, IdentityUserToken<Guid>>.GetEmailAsync(IdentityUser, CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.GetNormalizedEmailAsync(IRM.AspNetCore.Identity.IdentityUser, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.SetNormalizedEmailAsync(IRM.AspNetCore.Identity.IdentityUser, System.String, System.Threading.CancellationToken)
UserStoreBase<IdentityUser, Guid, IdentityUserClaim<Guid>, IdentityUserLogin<Guid>, IdentityUserToken<Guid>>.FindByEmailAsync(String, CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.GetLockoutEndDateAsync(IRM.AspNetCore.Identity.IdentityUser, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.SetLockoutEndDateAsync(IRM.AspNetCore.Identity.IdentityUser, System.Nullable<System.DateTimeOffset>, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.IncrementAccessFailedCountAsync(IRM.AspNetCore.Identity.IdentityUser, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.ResetAccessFailedCountAsync(IRM.AspNetCore.Identity.IdentityUser, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.GetAccessFailedCountAsync(IRM.AspNetCore.Identity.IdentityUser, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.GetLockoutEnabledAsync(IRM.AspNetCore.Identity.IdentityUser, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.SetLockoutEnabledAsync(IRM.AspNetCore.Identity.IdentityUser, System.Boolean, System.Threading.CancellationToken)
UserStoreBase<IdentityUser, Guid, IdentityUserClaim<Guid>, IdentityUserLogin<Guid>, IdentityUserToken<Guid>>.SetPhoneNumberAsync(IdentityUser, String, CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.GetPhoneNumberAsync(IRM.AspNetCore.Identity.IdentityUser, System.Threading.CancellationToken)
UserStoreBase<IdentityUser, Guid, IdentityUserClaim<Guid>, IdentityUserLogin<Guid>, IdentityUserToken<Guid>>.GetPhoneNumberConfirmedAsync(IdentityUser, CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.SetPhoneNumberConfirmedAsync(IRM.AspNetCore.Identity.IdentityUser, System.Boolean, System.Threading.CancellationToken)
UserStoreBase<IdentityUser, Guid, IdentityUserClaim<Guid>, IdentityUserLogin<Guid>, IdentityUserToken<Guid>>.SetSecurityStampAsync(IdentityUser, String, CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.GetSecurityStampAsync(IRM.AspNetCore.Identity.IdentityUser, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.SetTwoFactorEnabledAsync(IRM.AspNetCore.Identity.IdentityUser, System.Boolean, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.GetTwoFactorEnabledAsync(IRM.AspNetCore.Identity.IdentityUser, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.GetUsersForClaimAsync(System.Security.Claims.Claim, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.FindTokenAsync(IRM.AspNetCore.Identity.IdentityUser, System.String, System.String, System.Threading.CancellationToken)
UserStoreBase<IdentityUser, Guid, IdentityUserClaim<Guid>, IdentityUserLogin<Guid>, IdentityUserToken<Guid>>.AddUserTokenAsync(IdentityUserToken<Guid>)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.RemoveUserTokenAsync(Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.SetTokenAsync(IRM.AspNetCore.Identity.IdentityUser, System.String, System.String, System.String, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.RemoveTokenAsync(IRM.AspNetCore.Identity.IdentityUser, System.String, System.String, System.Threading.CancellationToken)
UserStoreBase<IdentityUser, Guid, IdentityUserClaim<Guid>, IdentityUserLogin<Guid>, IdentityUserToken<Guid>>.GetTokenAsync(IdentityUser, String, String, CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.SetAuthenticatorKeyAsync(IRM.AspNetCore.Identity.IdentityUser, System.String, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.GetAuthenticatorKeyAsync(IRM.AspNetCore.Identity.IdentityUser, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.CountCodesAsync(IRM.AspNetCore.Identity.IdentityUser, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.ReplaceCodesAsync(IRM.AspNetCore.Identity.IdentityUser, System.Collections.Generic.IEnumerable<System.String>, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.RedeemCodeAsync(IRM.AspNetCore.Identity.IdentityUser, System.String, System.Threading.CancellationToken)
Microsoft.AspNetCore.Identity.UserStoreBase<IRM.AspNetCore.Identity.IdentityUser, System.Guid, Microsoft.AspNetCore.Identity.IdentityUserClaim<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserLogin<System.Guid>, Microsoft.AspNetCore.Identity.IdentityUserToken<System.Guid>>.ErrorDescriber
UserStoreBase<IdentityUser, Guid, IdentityUserClaim<Guid>, IdentityUserLogin<Guid>, IdentityUserToken<Guid>>.Users
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: IRM.AspNetCore.Identity.EntityFrameworkCore
Assembly: IRM.AspNetCore.Identity.EntityFrameworkCore.dll
Syntax
public class UserStore<TContext> : UserStore<IdentityUser, IdentityRole, IdentityUserLogin<Guid>, TContext>, IUserLoginStore<IdentityUser>, IUserClaimStore<IdentityUser>, IUserPasswordStore<IdentityUser>, IUserSecurityStampStore<IdentityUser>, IUserEmailStore<IdentityUser>, IUserLockoutStore<IdentityUser>, IUserPhoneNumberStore<IdentityUser>, IQueryableUserStore<IdentityUser>, IUserTwoFactorStore<IdentityUser>, IUserAuthenticationTokenStore<IdentityUser>, IUserAuthenticatorKeyStore<IdentityUser>, IUserTwoFactorRecoveryCodeStore<IdentityUser>, IUserRoleStore<IdentityUser>, IProtectedUserStore<IdentityUser>, IUserStore<IdentityUser>, IUserStore<IdentityUser>, IUserStore<IdentityUser>, IDisposable, IEventStore, IPermissionStore where TContext : DbContext
Type Parameters
TContext

The type of the data context class used to access the store.

Constructors

UserStore(TContext, ILogger<UserStore<TContext>>, IAsyncEventSourceRepository, IdentityErrorDescriber)

Creates a new instance of UserStore<TContext>.

Declaration
public UserStore(TContext context, ILogger<UserStore<TContext>> logger, IAsyncEventSourceRepository eventSourceRepository = null, IdentityErrorDescriber describer = null)
Parameters
TContext context

The context used to access the store.

Microsoft.Extensions.Logging.ILogger<UserStore<TContext>> logger

The logger used to log messages, warnings and errors.

IAsyncEventSourceRepository eventSourceRepository

The IAsyncEventSourceRepository used to handle events.

Microsoft.AspNetCore.Identity.IdentityErrorDescriber describer

The Microsoft.AspNetCore.Identity.IdentityErrorDescriber used to describe store errors.

Back to top Generated by DocFX