This documentation is archived and is not being maintained.
MembershipUser Methods
Visual Studio 2010
The MembershipUser type exposes the following members.
| Name | Description | |
|---|---|---|
|
ChangePassword | Updates the password for the membership user in the membership data store. |
|
ChangePasswordQuestionAndAnswer | Updates the password question and answer for the membership user in the membership data store. |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetPassword | Gets the password for the membership user from the membership data store. |
|
GetPassword(String) | Gets the password for the membership user from the membership data store. |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ResetPassword | Resets a user's password to a new, automatically generated password. |
|
ResetPassword(String) | Resets a user's password to a new, automatically generated password. |
|
ToString | Returns the user name for the membership user. (Overrides Object.ToString.) |
|
UnlockUser | Clears the locked-out state of the user so that the membership user can be validated. |
Show: