This documentation is archived and is not being maintained.
MembershipUser Members
Visual Studio 2008
Exposes and updates membership user information in the membership data store.
The MembershipUser type exposes the following members.
| Name | Description | |
|---|---|---|
|
MembershipUser | Overloaded. Creates a new membership user object with the specified property values. |
| Name | Description | |
|---|---|---|
|
ChangePassword | Updates the password for the membership user in the membership data store. |
|
ChangePasswordQuestionAndAnswer | Updates the password question and answer for the membership user in the membership data store. |
|
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. (Overrides Object.ToString.) |
|
UnlockUser | Clears the locked-out state of the user so that the membership user can be validated. |
| Name | Description | |
|---|---|---|
|
Comment | Gets or sets application-specific information for the membership user. |
|
CreationDate | Gets the date and time when the user was added to the membership data store. |
|
Gets or sets the e-mail address for the membership user. | |
|
IsApproved | Gets or sets whether the membership user can be authenticated. |
|
IsLockedOut | Gets a value indicating whether the membership user is locked out and unable to be validated. |
|
IsOnline | Gets whether the user is currently online. |
|
LastActivityDate | Gets or sets the date and time when the membership user was last authenticated or accessed the application. |
|
LastLockoutDate | Gets the most recent date and time that the membership user was locked out. |
|
LastLoginDate | Gets or sets the date and time when the user was last authenticated. |
|
LastPasswordChangedDate | Gets the date and time when the membership user's password was last updated. |
|
PasswordQuestion | Gets the password question for the membership user. |
|
ProviderName | Gets the name of the membership provider that stores and retrieves user information for the membership user. |
|
ProviderUserKey | Gets the user identifier from the membership data source for the user. |
|
UserName | Gets the logon name of the membership user. |
Show: