Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / AbleCommerceMembershipProvider Class


Version
AbleCommerceMembershipProvider Class Properties

For a list of all members of this type, see AbleCommerceMembershipProvider members.

Public Properties
 NameDescription
Public PropertyOverridden. The name of the application using the custom membership provider.  
Public Property (Inherited from System.Configuration.Provider.ProviderBase)
Public PropertyOverridden. Indicates whether the membership provider is configured to allow users to reset their passwords.  
Public PropertyOverridden. Indicates whether the membership provider is configured to allow users to retrieve their passwords.  
Public PropertyOverridden. Gets the number of invalid password or password-answer attempts allowed before the membership user is locked out.  
Public PropertyOverridden. Gets the minimum number of special characters that must be present in a valid password.  
Public PropertyOverridden. Gets the minimum length required for a password.  
Public PropertyOverridden. Gets the friendly name used to refer to the provider during configuration.  
Public PropertyOverridden. 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.  
Public PropertyOverridden. Gets a value indicating the format for storing passwords in the membership data store.  
Public PropertyOverridden. Gets the regular expression used to evaluate a password.  
Public PropertyOverridden. Gets a value indicating whether the membership provider is configured to require the user to answer a password question for password reset and retrieval.  
Public PropertyOverridden. Gets a value indicating whether the membership provider is configured to require a unique e-mail address for each user name.  
Top
See Also