Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / UserPassword Class / VerifyPassword Method
The unencrypted password to check
In This Topic
    VerifyPassword Method (UserPassword)
    In This Topic
    Checks the given password to see if it is equal to the password represented by this instance.
    Syntax
    public virtual bool VerifyPassword( 
       string password
    )

    Parameters

    password
    The unencrypted password to check

    Return Value

    True if the input is equal to the password stored in this instance; false otherwise.
    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