Click or drag to resize
ApplicationUserStoreTUser Methods

The ApplicationUserStoreTUser generic type exposes the following members.

Methods
  NameDescription
Public methodAddLoginAsync
Adds an external UserLoginInfo to the specified user.
Public methodAddToRoleAsync
Add the specified user to the named role.
Public methodCreateAsync
Creates the specified user in the user store.
Public methodDeleteAsync
Deletes the user.
Public methodDispose
Performs tasks to dispose the user store.
Protected methodDispose(Boolean)
Disposes the user store.
Public methodFindByEmailAsync
Gets the user, if any, associated with the specified, normalized email address.
Public methodFindByIdAsync(Int32, CancellationToken)
Finds and returns a user, if any, who has the specified userId.
Public methodFindByIdAsync(String, CancellationToken)
Finds and returns a user, if any, who has the specified userId.
Public methodFindByLoginAsync
Retrieves the user associated with the specified login provider and login provider key.
Public methodFindByNameAsync
Finds and returns a user, if any, who has the specified normalized user name.
Public methodGetEmailAsync
Gets the email address for the specified user.
Public methodGetEmailConfirmedAsync
Gets a flag indicating whether the email address for the specified user has been verified, true if the email address is verified otherwise false.
Public methodGetLoginsAsync
Retrieves the associated logins for the specified .
Public methodGetNormalizedEmailAsync
Returns the normalized email for the specified user.
Public methodGetNormalizedUserNameAsync
Gets the normalized user name for the specified user.
Public methodGetPasswordHashAsync
Gets the password hash for the specified user.
Public methodGetRolesAsync
Gets a list of role names the specified user belongs to.
Public methodGetSecurityStampAsync
Get the security stamp for the specified user.
Public methodGetUserIdAsync
Gets the user identifier for the specified user.
Public methodGetUserNameAsync
Gets the user name for the specified user.
Public methodGetUsersInRoleAsync
Returns a list of Users who are members of the named role.
Public methodHasPasswordAsync
Gets a flag indicating whether the specified user has a password.
Public methodIsInRoleAsync
Returns a flag indicating whether the specified user is a member of the given named role.
Public methodRemoveFromRoleAsync
Remove the specified user from the named role.
Public methodRemoveLoginAsync
Attempts to remove the provided login information from the specified user. and returns a flag indicating whether the removal succeed or not.
Public methodSetEmailAsync
Sets the email address for a user.
Public methodSetEmailConfirmedAsync
Sets the flag indicating whether the specified user's email address has been confirmed or not.
Public methodSetNormalizedEmailAsync
Sets the normalized email for the specified user.
Public methodSetNormalizedUserNameAsync
Sets the given normalized name for the specified user.
Public methodSetPasswordHashAsync
Sets the password hash for the specified user.
Public methodSetSecurityStampAsync
Sets the provided security stamp for the specified user.
Public methodSetUserNameAsync
Sets the given userName for the specified user.
Protected methodThrowIfDisposed
Throws if this class has been disposed.
Public methodUpdateAsync
Updates the specified user in the user store.
Top
See Also