MembershipUsers Methods |
The MembershipUsers type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Add(String, String, String, String) |
Adds a user.
|
![]() |
Add(String, String, String, String, UserProfile, Guid) |
Adds a user.
|
![]() |
ChangePassword |
Updates a user's password.
|
![]() |
Equals |
Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
GetByEmail |
Returns a membership user.
|
![]() |
GetById |
Returns a membership user.
|
![]() |
GetEmptyProfile |
Returns an empty user profile instance based on the membership profile definitions.
|
![]() |
GetHashCode |
Serves as the default hash function. (Inherited from Object.) |
![]() |
GetMembershipUserProfileDefinitions |
Returns a collection of profile item definitions.
|
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
LogOutUser |
Logs out a user by invalidating the HTTP authentication ticket cookies.
|
![]() |
Search |
Searches membership users.
|
![]() |
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
![]() |
Update |
Updates a membership user. To update the password, use the ChangePassword method.
|
![]() |
ValidateUser(Guid, String, Boolean) |
Validates a user's supplied password.
|
![]() |
ValidateUser(String, String, Boolean) |
Validates a user's supplied password.
|
![]() |
ValidateUser(Guid, String, Boolean, String) |
Validates a user's supplied password.
|
![]() |
ValidateUser(String, String, Boolean, String) |
Validates a user's supplied password.
|