MembershipUser Methods
Assembly: System.Web.ApplicationServices (in System.Web.ApplicationServices.dll)
| Name | Description | |
|---|---|---|
![]() | ChangePassword(String^, String^) | Updates the password for the membership user in the membership data store. |
![]() | ChangePasswordQuestionAndAnswer(String^, String^, String^) | 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 the default hash function. (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() | |
![]() | MemberwiseClone() | |
![]() | 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. |

