Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / User Class / CheckPassword Method
The password to test.
In This Topic
    CheckPassword Method
    In This Topic
    Checks a password for the user.
    Syntax
    public virtual bool CheckPassword( 
       string password
    )

    Parameters

    password
    The password to test.

    Return Value

    True if the password is correct for the user.
    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