Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / PasswordPolicy Class / IsPasswordExpired Method
The user for whom to check the password expiry
In This Topic
    IsPasswordExpired Method
    In This Topic
    Is password expired for the given user?
    Syntax
    public bool IsPasswordExpired( 
       User user
    )

    Parameters

    user
    The user for whom to check the password expiry

    Return Value

    true if password is expired, 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