UpmMembershipUser Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Represents a user to the UpmMembershipProvider.
The UpmMembershipUser type exposes the following members.
Methods
Name | Description | |
---|---|---|
ChangePassword | Updates the password for the membership user in the membership data store. (Overrides MembershipUser..::.ChangePassword(String, String).) | |
ChangePasswordQuestionAndAnswer | Updates the password question and answer for the membership user in the membership data store. (Overrides MembershipUser..::.ChangePasswordQuestionAndAnswer(String, String, String).) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetPassword | Overloaded. Gets the password for the membership user from the membership data store. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (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 MembershipUser..::.ToString()()().) | |
UnlockUser | Clears a lock so that the membership user can be validated. (Overrides MembershipUser..::.UnlockUser()()().) | |
Update | Updates the profile user object with the data from the UpmMembershipUser object. | |
ValidateUser | Validates the password for the user. | |
ValidateUserAnswer | Validates the answer for the user. |
Top
Properties
Name | Description | |
---|---|---|
AccountStatus | Gets or sets UpmMembershipUserAccountStatus for the membership user. | |
Comment | Gets or sets application specific information for the membership user. (Overrides MembershipUser..::.Comment.) | |
CreationDate | Gets or sets the date and time when the user was added to the membership data store. (Overrides MembershipUser..::.CreationDate.) | |
Gets or sets the e-mail address for the membership user. (Overrides MembershipUser..::.Email.) | ||
IsApproved | Gets or sets a value indicating whether the membership user can be authenticated. (Overrides MembershipUser..::.IsApproved.) | |
IsLockedOut | Gets a value indicating whether the membership user is locked out and unable to be validated. (Overrides MembershipUser..::.IsLockedOut.) | |
IsOnline | (Inherited from MembershipUser.) | |
LastActivityDate | Gets or sets the date and time when the membership user was last authenticated or accessed the application. (Overrides MembershipUser..::.LastActivityDate.) | |
LastLockoutDate | Gets the most recent date and time that the membership user was locked out. (Overrides MembershipUser..::.LastLockoutDate.) | |
LastLoginDate | Gets or sets the date and time when the user was last authenticated. (Overrides MembershipUser..::.LastLoginDate.) | |
LastPasswordChangedDate | Gets the date and time when the membership user's password was last updated. (Overrides MembershipUser..::.LastPasswordChangedDate.) | |
PasswordQuestion | Gets the password question for the membership user. (Overrides MembershipUser..::.PasswordQuestion.) | |
Profile | Gets the Commerce Server Profile object representing this user. | |
Provider | Gets the UpmMembershipProvider. containing the user information. | |
ProviderName | Gets the name of the membership provider that stores and retrieves user information for the membership user. (Overrides MembershipUser..::.ProviderName.) | |
ProviderUserKey | Gets the user identifier from the data store for the membership user. (Overrides MembershipUser..::.ProviderUserKey.) | |
Settings | Gets the settings for the provider. | |
UserName | Gets the login name of the membership user. (Overrides MembershipUser..::.UserName.) |
Top