This documentation is archived and is not being maintained.

ActiveDirectoryMembershipUser Members

Exposes and updates membership user information stored in an Active Directory data store.

The ActiveDirectoryMembershipUser type exposes the following members.

  NameDescription
Public method ActiveDirectoryMembershipUser Overloaded. Initializes a new instance of the ActiveDirectoryMembershipUser class.
Top

  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 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 Overloaded. Gets the password for the membership user from the membership data store.
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 Overloaded. Resets a user's password to a new, automatically generated password.
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

  NameDescription
Public property Comment Gets or sets application-specific information for the membership user. (Overrides MembershipUser.Comment.)
Public property CreationDate Gets the date and time when the user was added to the membership data store. (Inherited from MembershipUser.)
Public property Email Gets or sets the e-mail address of the membership user. (Overrides MembershipUser.Email.)
Public property IsApproved Gets or sets a value that indicates whether the membership user can be authenticated. (Overrides MembershipUser.IsApproved.)
Public property IsLockedOut Gets a value indicating whether the membership user is locked out and unable to be validated. (Inherited from MembershipUser.)
Public property IsOnline Gets whether the user is currently online. (Inherited from MembershipUser.)
Public property LastActivityDate Throws a NotSupportedException exception in all cases (Overrides MembershipUser.LastActivityDate.)
Public property LastLockoutDate Gets the most recent date and time that the membership user was locked out. (Inherited from MembershipUser.)
Public property LastLoginDate Throws a NotSupportedException exception in all cases. (Overrides MembershipUser.LastLoginDate.)
Public property LastPasswordChangedDate Gets the date and time when the membership user's password was last updated. (Inherited from MembershipUser.)
Public property PasswordQuestion Gets the password question for the membership user. (Inherited from MembershipUser.)
Public property ProviderName Gets the name of the membership provider that stores and retrieves user information for the membership user. (Inherited from MembershipUser.)
Public property ProviderUserKey Gets the user identifier from the Active Directory data store for the membership user. (Overrides MembershipUser.ProviderUserKey.)
Public property UserName Gets the logon name of the membership user. (Inherited from MembershipUser.)
Top
Show: