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
Aa138814.pubmethod(en-US,CS.70).gif ChangePassword Updates the password for the membership user in the membership data store. (Overrides MembershipUser..::.ChangePassword(String, String).)
Aa138814.pubmethod(en-US,CS.70).gif ChangePasswordQuestionAndAnswer Updates the password question and answer for the membership user in the membership data store. (Overrides MembershipUser..::.ChangePasswordQuestionAndAnswer(String, String, String).)
Aa138814.pubmethod(en-US,CS.70).gif Equals (Inherited from Object.)
Aa138814.protmethod(en-US,CS.70).gif Finalize (Inherited from Object.)
Aa138814.pubmethod(en-US,CS.70).gif GetHashCode (Inherited from Object.)
Aa138814.pubmethod(en-US,CS.70).gif GetPassword Overloaded. Gets the password for the membership user from the membership data store.
Aa138814.pubmethod(en-US,CS.70).gif GetType (Inherited from Object.)
Aa138814.protmethod(en-US,CS.70).gif MemberwiseClone (Inherited from Object.)
Aa138814.pubmethod(en-US,CS.70).gif ResetPassword Overloaded. Resets a user's password to a new, automatically generated password.
Aa138814.pubmethod(en-US,CS.70).gif ToString Returns the user name for the membership user. (Overrides MembershipUser..::.ToString()()().)
Aa138814.pubmethod(en-US,CS.70).gif UnlockUser Clears a lock so that the membership user can be validated. (Overrides MembershipUser..::.UnlockUser()()().)
Aa138814.pubmethod(en-US,CS.70).gif Update Updates the profile user object with the data from the UpmMembershipUser object.
Aa138814.pubmethod(en-US,CS.70).gif ValidateUser Validates the password for the user.
Aa138814.pubmethod(en-US,CS.70).gif ValidateUserAnswer Validates the answer for the user.

Top

Properties

  Name Description
Aa138814.pubproperty(en-US,CS.70).gif AccountStatus Gets or sets UpmMembershipUserAccountStatus for the membership user.
Aa138814.pubproperty(en-US,CS.70).gif Comment Gets or sets application specific information for the membership user. (Overrides MembershipUser..::.Comment.)
Aa138814.pubproperty(en-US,CS.70).gif CreationDate Gets or sets the date and time when the user was added to the membership data store. (Overrides MembershipUser..::.CreationDate.)
Aa138814.pubproperty(en-US,CS.70).gif Email Gets or sets the e-mail address for the membership user. (Overrides MembershipUser..::.Email.)
Aa138814.pubproperty(en-US,CS.70).gif IsApproved Gets or sets a value indicating whether the membership user can be authenticated. (Overrides MembershipUser..::.IsApproved.)
Aa138814.pubproperty(en-US,CS.70).gif IsLockedOut Gets a value indicating whether the membership user is locked out and unable to be validated. (Overrides MembershipUser..::.IsLockedOut.)
Aa138814.pubproperty(en-US,CS.70).gif IsOnline (Inherited from MembershipUser.)
Aa138814.pubproperty(en-US,CS.70).gif LastActivityDate Gets or sets the date and time when the membership user was last authenticated or accessed the application. (Overrides MembershipUser..::.LastActivityDate.)
Aa138814.pubproperty(en-US,CS.70).gif LastLockoutDate Gets the most recent date and time that the membership user was locked out. (Overrides MembershipUser..::.LastLockoutDate.)
Aa138814.pubproperty(en-US,CS.70).gif LastLoginDate Gets or sets the date and time when the user was last authenticated. (Overrides MembershipUser..::.LastLoginDate.)
Aa138814.pubproperty(en-US,CS.70).gif LastPasswordChangedDate Gets the date and time when the membership user's password was last updated. (Overrides MembershipUser..::.LastPasswordChangedDate.)
Aa138814.pubproperty(en-US,CS.70).gif PasswordQuestion Gets the password question for the membership user. (Overrides MembershipUser..::.PasswordQuestion.)
Aa138814.protproperty(en-US,CS.70).gif Profile Gets the Commerce Server Profile object representing this user.
Aa138814.protproperty(en-US,CS.70).gif Provider Gets the UpmMembershipProvider. containing the user information.
Aa138814.pubproperty(en-US,CS.70).gif ProviderName Gets the name of the membership provider that stores and retrieves user information for the membership user. (Overrides MembershipUser..::.ProviderName.)
Aa138814.pubproperty(en-US,CS.70).gif ProviderUserKey Gets the user identifier from the data store for the membership user. (Overrides MembershipUser..::.ProviderUserKey.)
Aa138814.protproperty(en-US,CS.70).gif Settings Gets the settings for the provider.
Aa138814.pubproperty(en-US,CS.70).gif UserName Gets the login name of the membership user. (Overrides MembershipUser..::.UserName.)

Top

See Also

Reference

UpmMembershipUser Class

Microsoft.CommerceServer.Runtime.Profiles Namespace