Users Methods |
The Users type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Add |
Adds a user.
|
![]() |
AddProviderUser |
Adds a user that relates to a user in a remote system.
|
![]() |
ChangeEmail(Guid, String) |
Updates a user's email.
|
![]() |
ChangeEmail(String, String) |
Updates a user's email.
|
![]() |
ChangePassword(Guid, String) |
Updates a user's password.
|
![]() |
ChangePassword(String, String) |
Updates a user's password.
|
![]() |
ChangeProviderUserEmail |
Updates a user's email in a remote system.
|
![]() |
Delete |
Deletes a user.
|
![]() |
Equals |
Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
GetAll |
Returns all users.
|
![]() |
GetByEmail |
Returns a user.
|
![]() |
GetByGroup |
Returns users by group.
|
![]() |
GetById |
Returns a user.
|
![]() |
GetEmptyProfile |
Returns an empty user profile instance based on the user profile definitions.
|
![]() |
GetHashCode |
Serves as the default hash function. (Inherited from Object.) |
![]() |
GetProfileDefinitions |
Returns a collection of profile item definitions.
|
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
GetUserIdByProviderKey |
Returns the unique identifier for a user.
|
![]() |
LockUser |
Locks a user out.
|
![]() |
LogOutUser |
Logs out a user by invalidating the HTTP authentication ticket cookies.
|
![]() |
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
![]() |
UnlockUser |
Unlocks a user.
|
![]() |
Update |
Updates a user. To update the password, use the ChangePassword method.
|
![]() |
ValidateProviderUser |
Validates a user's password against a remote system.
|
![]() |
ValidateUser(Guid, String, Boolean) |
Validates a user's supplied password.
|
![]() |
ValidateUser(String, String, Boolean) |
Validates a user's supplied password.
|