Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / AbleCommerceMembershipProvider Class / ValidateUser Method
The name of the user to validate.
The password for the specified user.
In This Topic
    ValidateUser Method
    In This Topic
    Verifies that the specified user name and password exist in the data source.
    Syntax
    public override bool ValidateUser( 
       string username,
       string password
    )

    Parameters

    username
    The name of the user to validate.
    password
    The password for the specified user.

    Return Value

    true if the specified username and password are valid; otherwise, false.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also