The CMSMembershipUser type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| CMSMembershipUser |
Constructor.
|
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the password for the membership user from the membership data store. (Inherited from | ||
Gets the password for the membership user from the membership data store. (Inherited from | ||
Gets the (Inherited from | ||
Updates the password for the membership user in the membership data store. (Inherited from | ||
Updates the password question and answer for the membership user in the membership data store. (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Resets a user's password to a new, automatically generated password. (Inherited from | ||
Resets a user's password to a new, automatically generated password. (Inherited from | ||
Returns the user name for the membership user. (Inherited from | ||
Clears the locked-out state of the user so that the membership user can be validated. (Inherited from |
Extension Methods
| Name | Description | |
|---|---|---|
| GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
| GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
| ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
Properties
| Name | Description | |
|---|---|---|
Gets or sets application-specific information for the membership user. (Inherited from | ||
| CreationDate |
Creation date (reflects the UserCreated field).
(Overrides | |
Email (reflects the Email field).
(Overrides | ||
| IsApproved |
Is approved (reflects the Enabled field).
(Overrides | |
| IsLockedOut |
Is locked out (reflects the UserEnabled and UserAccountLockReason fields).
(Overrides | |
Gets whether the user is currently online. (Inherited from | ||
| LastActivityDate |
Last activity date (reflects the LastLogon field).
(Overrides | |
Gets the most recent date and time that the membership user was locked out. (Inherited from | ||
Gets or sets the date and time when the user was last authenticated. (Inherited from | ||
Gets the date and time when the membership user's password was last updated. (Inherited from | ||
Gets the password question for the membership user. (Inherited from | ||
Gets the name of the membership provider that stores and retrieves user information for the membership user. (Inherited from | ||
Gets the user identifier from the membership data source for the user. (Inherited from | ||
| UserInfoMembership |
User info.
| |
| UserName |
User name (reflects the UserName field).
(Overrides |
See Also