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