This documentation is archived and is not being maintained.

ActiveDirectoryMembershipUser Methods

The ActiveDirectoryMembershipUser type exposes the following members.

  NameDescription
Public method ChangePassword Updates the password for the membership user in the membership data store. (Inherited from MembershipUser.)
Public method ChangePasswordQuestionAndAnswer Updates the password question and answer for the membership user in the membership data store. (Inherited from MembershipUser.)
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetPassword Gets the password for the membership user from the membership data store. (Inherited from MembershipUser.)
Public method GetPassword(String) Gets the password for the membership user from the membership data store. (Inherited from MembershipUser.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ResetPassword Resets a user's password to a new, automatically generated password. (Inherited from MembershipUser.)
Public method ResetPassword(String) Resets a user's password to a new, automatically generated password. (Inherited from MembershipUser.)
Public method ToString Returns the user name for the membership user. (Inherited from MembershipUser.)
Public method UnlockUser Clears the locked-out state of the user so that the membership user can be validated. (Inherited from MembershipUser.)
Top
Show: