| AddClaimsAsync(TUser, IEnumerable<Claim>, CancellationToken) | Adds the (Inherited from UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim>)claimsgiven to the specifieduser. | 
        	
	| AddLoginAsync(TUser, UserLoginInfo, CancellationToken) | Adds the (Inherited from UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim>)logingiven to the specifieduser. | 
        	
	| AddToRoleAsync(TUser, String, CancellationToken) | Adds the given (Inherited from UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim>)normalizedRoleNameto the specifieduser. | 
        	
	| AddUserTokenAsync(TUserToken) | Add a new user token.(Inherited from UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim>) | 
        	
	| AddUserTokenAsync(TUserToken) | Add a new user token.(Inherited from UserStoreBase<TUser,TKey,TUserClaim,TUserLogin,TUserToken>) | 
        	
	| ConvertIdToString(TKey) | Converts the provided (Inherited from UserStoreBase<TUser,TKey,TUserClaim,TUserLogin,TUserToken>)idto its string representation. | 
        	
	| CountCodesAsync(TUser, CancellationToken) | Returns how many recovery code are still valid for a user.(Inherited from UserStoreBase<TUser,TKey,TUserClaim,TUserLogin,TUserToken>) | 
        	
	| CreateAsync(TUser, CancellationToken) | Creates the specified (Inherited from UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim>)userin the user store. | 
        	
	| CreateUserClaim(TUser, Claim) | Called to create a new instance of a IdentityUserClaim<TKey>.(Inherited from UserStore<TUser,TRole,TContext,TKey>) | 
        	
	| CreateUserLogin(TUser, UserLoginInfo) | Called to create a new instance of a IdentityUserLogin<TKey>.(Inherited from UserStore<TUser,TRole,TContext,TKey>) | 
        	
	| CreateUserRole(TUser, TRole) | Called to create a new instance of a IdentityUserRole<TKey>.(Inherited from UserStore<TUser,TRole,TContext,TKey>) | 
        	
	| CreateUserToken(TUser, String, String, String) | Called to create a new instance of a IdentityUserToken<TKey>.(Inherited from UserStore<TUser,TRole,TContext,TKey>) | 
        	
	| DeleteAsync(TUser, CancellationToken) | Deletes the specified (Inherited from UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim>)userfrom the user store. | 
        	
	| FindByEmailAsync(String, CancellationToken) | Gets the user, if any, associated with the specified, normalized email address.(Inherited from UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim>) | 
        	
	| FindByIdAsync(String, CancellationToken) | Finds and returns a user, if any, who has the specified (Inherited from UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim>)userId. | 
        	
	| FindByLoginAsync(String, String, CancellationToken) | Retrieves the user associated with the specified login provider and login provider key.(Inherited from UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim>) | 
        	
	| FindByNameAsync(String, CancellationToken) | Finds and returns a user, if any, who has the specified normalized user name.(Inherited from UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim>) | 
        	
	| FindRoleAsync(String, CancellationToken) | Return a role with the normalized name if it exists.(Inherited from UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim>) | 
        	
	| FindTokenAsync(TUser, String, String, CancellationToken) | Find a user token if it exists.(Inherited from UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim>) | 
        	
	| FindUserAsync(TKey, CancellationToken) | Return a user with the matching userId if it exists.(Inherited from UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim>) | 
        	
	| FindUserAsync(TKey, CancellationToken) | Return a user with the matching userId if it exists.(Inherited from UserStoreBase<TUser,TKey,TUserClaim,TUserLogin,TUserToken>) | 
        	
	| FindUserLoginAsync(String, String, CancellationToken) | Return a user login with  provider, providerKey if it exists.(Inherited from UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim>) | 
        	
	| FindUserLoginAsync(TKey, String, String, CancellationToken) | Return a user login with the matching userId, provider, providerKey if it exists.(Inherited from UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim>) | 
        	
	| FindUserLoginAsync(TKey, String, String, CancellationToken) | Return a user login with the matching userId, provider, providerKey if it exists.(Inherited from UserStoreBase<TUser,TKey,TUserClaim,TUserLogin,TUserToken>) | 
        	
	| FindUserRoleAsync(TKey, TKey, CancellationToken) | Return a user role for the userId and roleId if it exists.(Inherited from UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim>) | 
        	
	| FindUserRoleAsync(TKey, TKey, CancellationToken) | Return a user role for the userId and roleId if it exists.(Inherited from UserStoreBase<TUser,TRole,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim>) | 
        	
	| GetAuthenticatorKeyAsync(TUser, CancellationToken) | Get the authenticator key for the specified (Inherited from UserStoreBase<TUser,TKey,TUserClaim,TUserLogin,TUserToken>)user. | 
        	
	| GetClaimsAsync(TUser, CancellationToken) | Get the claims associated with the specified (Inherited from UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim>)useras an asynchronous operation. | 
        	
	| GetLoginsAsync(TUser, CancellationToken) | Retrieves the associated logins for the specified <param ref="user" />.(Inherited from UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim>) | 
        	
	| GetRolesAsync(TUser, CancellationToken) | Retrieves the roles the specified (Inherited from UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim>)useris a member of. | 
        	
	| GetUsersForClaimAsync(Claim, CancellationToken) | Retrieves all users with the specified claim.(Inherited from UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim>) | 
        	
	| GetUsersInRoleAsync(String, CancellationToken) | Retrieves all users in the specified role.(Inherited from UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim>) | 
        	
	| IsInRoleAsync(TUser, String, CancellationToken) | Returns a flag indicating if the specified user is a member of the give (Inherited from UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim>)normalizedRoleName. | 
        	
	| RedeemCodeAsync(TUser, String, CancellationToken) | Returns whether a recovery code is valid for a user. Note: recovery codes are only valid
once, and will be invalid after use.(Inherited from UserStoreBase<TUser,TKey,TUserClaim,TUserLogin,TUserToken>) | 
        	
	| RemoveClaimsAsync(TUser, IEnumerable<Claim>, CancellationToken) | Removes the (Inherited from UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim>)claimsgiven from the specifieduser. | 
        	
	| RemoveFromRoleAsync(TUser, String, CancellationToken) | Removes the given (Inherited from UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim>)normalizedRoleNamefrom the specifieduser. | 
        	
	| RemoveLoginAsync(TUser, String, String, CancellationToken) | Removes the (Inherited from UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim>)loginProvidergiven from the specifieduser. | 
        	
	| RemoveUserTokenAsync(TUserToken) | Remove a new user token.(Inherited from UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim>) | 
        	
	| RemoveUserTokenAsync(TUserToken) | Remove a new user token.(Inherited from UserStoreBase<TUser,TKey,TUserClaim,TUserLogin,TUserToken>) | 
        	
	| ReplaceClaimAsync(TUser, Claim, Claim, CancellationToken) | Replaces the (Inherited from UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim>)claimon the specifieduser, with thenewClaim. | 
        	
	| ReplaceCodesAsync(TUser, IEnumerable<String>, CancellationToken) | Updates the recovery codes for the user while invalidating any previous recovery codes.(Inherited from UserStoreBase<TUser,TKey,TUserClaim,TUserLogin,TUserToken>) | 
        	
	| SaveChanges(CancellationToken) | Saves the current store.(Inherited from UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim>) | 
        	
	| SetAuthenticatorKeyAsync(TUser, String, CancellationToken) | Sets the authenticator key for the specified (Inherited from UserStoreBase<TUser,TKey,TUserClaim,TUserLogin,TUserToken>)user. | 
        	
	| UpdateAsync(TUser, CancellationToken) | Updates the specified (Inherited from UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim>)userin the user store. |