This documentation is archived and is not being maintained.
ActiveDirectoryMembershipUser Methods
Visual Studio 2008
The ActiveDirectoryMembershipUser type exposes the following members.
| Name | Description | |
|---|---|---|
|
ChangePassword | Updates the password for the membership user in the membership data store. (Inherited from MembershipUser.) |
|
ChangePasswordQuestionAndAnswer | Updates the password question and answer for the membership user in the membership data store. (Inherited from MembershipUser.) |
|
Equals | 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 | Overloaded. 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 | Overloaded. Resets a user's password to a new, automatically generated password. |
|
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.) |
Show: