Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / AbleCommerceMembershipProvider Class / GetPassword Method
The user to retrieve the password for.
The password answer for the user.
In This Topic
    GetPassword Method
    In This Topic
    Gets the password for the specified user name from the data source.
    Syntax
    public override string GetPassword( 
       string username,
       string answer
    )

    Parameters

    username
    The user to retrieve the password for.
    answer
    The password answer for the user.

    Return Value

    The password for the specified user name.
    Remarks
    This method is not implemented in AbleCommerce.
    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