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


In This Topic
    AbleCommerceMembershipProvider Class Methods
    In This Topic

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

    Public Methods
     NameDescription
    Public MethodOverridden. Processes a request to update the password for a membership user.  
    Public MethodOverridden. Processes a request to update the password question and answer for a membership user.  
    Public MethodOverridden. Adds a new membership user to the data source.  
    Public MethodOverridden. Removes a user from the membership data source.  
    Public MethodOverridden. Gets a collection of membership users where the e-mail address contains the specified e-mail address to match.  
    Public MethodOverridden. Gets a collection of membership users where the user name contains the specified user name to match.  
    Public MethodOverridden. Gets a collection of all the users in the data source in pages of data.  
    Public MethodOverridden. Gets the number of users currently accessing the application.  
    Public MethodOverridden. Gets the password for the specified user name from the data source.  
    Public MethodOverloaded. Overridden. Gets information from the data source for a user. Provides an option to update the last-activity date/time stamp for the user.  
    Public MethodOverridden. Gets the user name associated with the specified e-mail address.  
    Public MethodOverridden. Initializes the configuration builder.  
    Public MethodOverridden. Resets a user's password to a new, automatically generated password.  
    Public MethodOverridden. Clears a lock so that the membership user can be validated.  
    Public MethodOverridden. Updates information about a user in the data source.  
    Public MethodOverridden. Verifies that the specified user name and password exist in the data source.  
    Top
    Protected Methods
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
    Top
    See Also