Share via


UpmMembershipSettings Members

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

This class determines and exposes the enabled options for the provider. It is meant to be used by the UpmMembership classes and their children. This class cannot be inherited.

The UpmMembershipSettings type exposes the following members.

Methods

  Name Description
Aa162981.pubmethod(en-US,CS.70).gif Equals (Inherited from Object.)
Aa162981.protmethod(en-US,CS.70).gif Finalize (Inherited from Object.)
Aa162981.pubmethod(en-US,CS.70).gif GetHashCode (Inherited from Object.)
Aa162981.pubmethod(en-US,CS.70).gif GetType (Inherited from Object.)
Aa162981.pubmethod(en-US,CS.70).gif LogException Logs an exception to the event log.
Aa162981.protmethod(en-US,CS.70).gif MemberwiseClone (Inherited from Object.)
Aa162981.pubmethod(en-US,CS.70).gif ToString (Inherited from Object.)

Top

Properties

  Name Description
Aa162981.pubproperty(en-US,CS.70).gif EnableAccountLockout Gets a value indicating whether UpmMembershipProvider supports locking out an account.
Aa162981.pubproperty(en-US,CS.70).gif EnableAccountStatus Gets a value indicating whether UpmMembershipProvider tracks the account status (Active, Inactive).
Aa162981.pubproperty(en-US,CS.70).gif EnableComment Gets a value indicating whether UpmMembershipUser supports storing a comment for the user.
Aa162981.pubproperty(en-US,CS.70).gif EnableCreatedDate Gets a value indicating whether UpmMembershipProvider keeps track of the date the user was created.
Aa162981.pubproperty(en-US,CS.70).gif EnableEmailAddress Gets a value indicating whether UpmMembershipProvider supports storing an e-mail address for the user.
Aa162981.pubproperty(en-US,CS.70).gif EnableLastActivityDate Gets a value indicating whether UpmMembershipProvider keeps track of the date the user was last authenticated or accessed the application.
Aa162981.pubproperty(en-US,CS.70).gif EnableLastChangedDate Gets a value indicating whether UpmMembershipProvider keeps track of the date the user was last modified.
Aa162981.pubproperty(en-US,CS.70).gif EnableLastLoginDate Gets a value indicating whether UpmMembershipProvider keeps track of the date the user last logged in.
Aa162981.pubproperty(en-US,CS.70).gif EnableLastPasswordChangedDate Gets a value indicating whether UpmMembershipProvider keeps track of the date the user last changed the password.
Aa162981.pubproperty(en-US,CS.70).gif EnablePasswordReset Gets a value indicating whether UpmMembershipProvider support password reset.
Aa162981.pubproperty(en-US,CS.70).gif LogonNamePropertyName Gets the property name to be used as the logon name.
Aa162981.pubproperty(en-US,CS.70).gif MaximumInvalidPasswordAttempts Gets the number of invalid password or password answer attempts allowed before the membership user is locked out.
Aa162981.pubproperty(en-US,CS.70).gif MinimumRequiredNonAlphanumericCharacters Gets the minimum number of non-alphanumeric characters that must exist in the password for it to be valid.
Aa162981.pubproperty(en-US,CS.70).gif MinimumRequiredPasswordLength Gets the number of characters that must exist in the password for it to be valid.
Aa162981.pubproperty(en-US,CS.70).gif PasswordAnswerFormat Gets the format of the format for storing password answers in the membership data store.
Aa162981.pubproperty(en-US,CS.70).gif PasswordAttemptWindow Gets the number of minutes in which a maximum number of invalid password or password answer attempts are allowed before the membership user is locked out.
Aa162981.pubproperty(en-US,CS.70).gif PasswordFormat Gets a value indicating the format for storing passwords in the membership data store.
Aa162981.pubproperty(en-US,CS.70).gif PasswordLockoutPeriod Gets the amount of time that a user is locked out of the system when the MaxInvalidPasswordAttempts is exceeded within PasswordAttemptWindow.
Aa162981.pubproperty(en-US,CS.70).gif PasswordStrengthRegularExpression Gets the regular expression for validating the password string.
Aa162981.pubproperty(en-US,CS.70).gif ProfileDefinitionName Gets the name of the profile store where UpmMembershipProvider stores the user data.
Aa162981.pubproperty(en-US,CS.70).gif ProviderName Gets the name given to the UpmMembershipProvider in the web.config.
Aa162981.pubproperty(en-US,CS.70).gif RequiresApproval Gets a value indicting whether newly created users require approval in order to log on.
Aa162981.pubproperty(en-US,CS.70).gif RequiresQuestionAndAnswer Gets a value indicating whether UpmMembershipProvider requires a valid password answer to certain methods.
Aa162981.pubproperty(en-US,CS.70).gif RequiresUniqueEmail Gets a value indicating whether all users have to have unique e-mail address.
Aa162981.pubproperty(en-US,CS.70).gif WriteExceptionsToEventLog Gets a value indicating whether UpmMembershipProvider write exceptions to the event log.

Top

See Also

Reference

UpmMembershipSettings Class

Microsoft.CommerceServer.Runtime.Profiles Namespace