ActiveDirectoryMembershipUser Methods

(see also Protected Methods )
  Name Description
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  Overloaded.
Determines whether two Object instances are equal.
(inherited from Object)
Public method GetHashCode 
Serves as a hash function for a particular type.
(inherited from Object)
Public method GetPassword  Overloaded.
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)
Public method Static ReferenceEquals 
Determines whether the specified Object instances are the same instance.
(inherited from Object)
Public method ResetPassword  Overloaded.
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

  Name Description
Protected method Finalize 
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(inherited from Object)
Protected method MemberwiseClone 
Creates a shallow copy of the current Object.
(inherited from Object)
Top

Community Additions

ADD
Show: