ActiveDirectoryMembershipUser Methods
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | ChangePassword(String^, String^) | Updates the password for the membership user in the membership data store.(Inherited from MembershipUser.) |
![]() | ChangePasswordQuestionAndAnswer(String^, String^, String^) | Updates the password question and answer for the membership user in the membership data store.(Inherited from MembershipUser.) |
![]() | 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.(Inherited from MembershipUser.) |
![]() | GetPassword(String^) | Gets the password for the membership user from the membership data store.(Inherited from MembershipUser.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ResetPassword() | Resets a user's password to a new, automatically generated password.(Inherited from MembershipUser.) |
![]() | ResetPassword(String^) | Resets a user's password to a new, automatically generated password.(Inherited from MembershipUser.) |
![]() | ToString() | Returns the user name for the membership user.(Inherited from MembershipUser.) |
![]() | UnlockUser() | Clears the locked-out state of the user so that the membership user can be validated.(Inherited from MembershipUser.) |

