MembershipUser Members

Exposes and updates membership user information in the membership data store.

The following tables list the members exposed by the MembershipUser type.

(see also Protected Constructors )
  Name Description
Public method MembershipUser Overloaded. Creates a new membership user object with the specified property values.
Top

  Name Description
Protected method MembershipUser Overloaded. Creates a new membership user object with the specified property values.
Top

  Name Description
Public property Comment Gets or sets application-specific information for the membership user.
Public property CreationDate Gets the date and time when the user was added to the membership data store.
Public property Email Gets or sets the e-mail address for the membership user.
Public property IsApproved Gets or sets whether the membership user can be authenticated.
Public property IsLockedOut Gets a value indicating whether the membership user is locked out and unable to be validated.
Public property IsOnline Gets whether the user is currently online.
Public property LastActivityDate Gets or sets the date and time when the membership user was last authenticated or accessed the application.
Public property LastLockoutDate Gets the most recent date and time that the membership user was locked out.
Public property LastLoginDate Gets or sets the date and time when the user was last authenticated.
Public property LastPasswordChangedDate Gets the date and time when the membership user's password was last updated.
Public property PasswordQuestion Gets the password question for the membership user.
Public property ProviderName Gets the name of the membership provider that stores and retrieves user information for the membership user.
Public property ProviderUserKey Gets the user identifier from the membership data source for the user.
Public property UserName Gets the logon name of the membership user.
Top

(see also Protected Methods )
  Name Description
Public method ChangePassword Updates the password for the membership user in the membership data store.
Public method ChangePasswordQuestionAndAnswer Updates the password question and answer for the membership user in the membership data store.
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.
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.
Public method ToString Overridden. Returns the user name for the membership user.
Public method UnlockUser Clears the locked-out state of the user so that the membership user can be validated.
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: