Name | Description | |
---|---|---|
![]() | AbleCommerceMembershipProvider Constructor |
The following tables list the members exposed by AbleCommerceMembershipProvider.
Name | Description | |
---|---|---|
![]() | AbleCommerceMembershipProvider Constructor |
Name | Description | |
---|---|---|
![]() | ApplicationName | Overridden. The name of the application using the custom membership provider. |
![]() | Description | (Inherited from System.Configuration.Provider.ProviderBase) |
![]() | EnablePasswordReset | Overridden. Indicates whether the membership provider is configured to allow users to reset their passwords. |
![]() | EnablePasswordRetrieval | Overridden. Indicates whether the membership provider is configured to allow users to retrieve their passwords. |
![]() | MaxInvalidPasswordAttempts | Overridden. Gets the number of invalid password or password-answer attempts allowed before the membership user is locked out. |
![]() | MinRequiredNonAlphanumericCharacters | Overridden. Gets the minimum number of special characters that must be present in a valid password. |
![]() | MinRequiredPasswordLength | Overridden. Gets the minimum length required for a password. |
![]() | Name | Overridden. Gets the friendly name used to refer to the provider during configuration. |
![]() | PasswordAttemptWindow | Overridden. 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 | Overridden. Gets a value indicating the format for storing passwords in the membership data store. |
![]() | PasswordStrengthRegularExpression | Overridden. Gets the regular expression used to evaluate a password. |
![]() | RequiresQuestionAndAnswer | Overridden. Gets a value indicating whether the membership provider is configured to require the user to answer a password question for password reset and retrieval. |
![]() | RequiresUniqueEmail | Overridden. Gets a value indicating whether the membership provider is configured to require a unique e-mail address for each user name. |
Name | Description | |
---|---|---|
![]() | ChangePassword | Overridden. Processes a request to update the password for a membership user. |
![]() | ChangePasswordQuestionAndAnswer | Overridden. Processes a request to update the password question and answer for a membership user. |
![]() | CreateUser | Overridden. Adds a new membership user to the data source. |
![]() | DeleteUser | Overridden. Removes a user from the membership data source. |
![]() | FindUsersByEmail | Overridden. Gets a collection of membership users where the e-mail address contains the specified e-mail address to match. |
![]() | FindUsersByName | Overridden. Gets a collection of membership users where the user name contains the specified user name to match. |
![]() | GetAllUsers | Overridden. Gets a collection of all the users in the data source in pages of data. |
![]() | GetNumberOfUsersOnline | Overridden. Gets the number of users currently accessing the application. |
![]() | GetPassword | Overridden. Gets the password for the specified user name from the data source. |
![]() | GetUser | Overloaded. Overridden. Gets information from the data source for a user. Provides an option to update the last-activity date/time stamp for the user. |
![]() | GetUserNameByEmail | Overridden. Gets the user name associated with the specified e-mail address. |
![]() | Initialize | Overridden. Initializes the configuration builder. |
![]() | ResetPassword | Overridden. Resets a user's password to a new, automatically generated password. |
![]() | UnlockUser | Overridden. Clears a lock so that the membership user can be validated. |
![]() | UpdateUser | Overridden. Updates information about a user in the data source. |
![]() | ValidateUser | Overridden. Verifies that the specified user name and password exist in the data source. |
Name | Description | |
---|---|---|
![]() | DecryptPassword | (Inherited from System.Web.Security.MembershipProvider) |
![]() | EncryptPassword | Overloaded. (Inherited from System.Web.Security.MembershipProvider) |
![]() | OnValidatingPassword | (Inherited from System.Web.Security.MembershipProvider) |
Name | Description | |
---|---|---|
![]() | ToQueryString | Overloaded. Use this method to bulid query string from NameValueCollection |
Name | Description | |
---|---|---|
![]() | ValidatingPassword | (Inherited from System.Web.Security.MembershipProvider) |