Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Users Namespace / PasswordPolicy Class
Properties Methods


In This Topic
    PasswordPolicy Class Members
    In This Topic

    The following tables list the members exposed by PasswordPolicy.

    Public Properties
     NameDescription
    Public Property Gets or sets the number of passwords to keep in history.  
    Public Property Gets or sets the number of days a password is kept in history.  
    Public Property Gets or sets a value indicating whether to use image captcha for login verification.  
    Public Property Gets or sets the number of months of inactivity after which an account will be deactivated.  
    Public Property Gets or sets the lockout period after the maximum number of login attempts is reached.  
    Public Property Gets or sets the maximum age of a password.  
    Public Property Gets or sets the maximum number of login attempts before the account is locked.  
    Public Property Gets or sets the minimum password length.  
    Public Property Gets or sets the password format.  
    Public Property Gets or sets a value indicating whether a lower case letter is required in the password.  
    Public Property Gets or sets a value indicating whether a non alphabetic character is required in the password.  
    Public Property Gets or sets a value indicating whether a number is required in the password.  
    Public Property Gets or sets a value indicating whether a special character is required in the password.  
    Public Property Gets or sets a value indicating whether an upper case letter is required in the password.  
    Top
    Protected Properties
     NameDescription
    Protected Property Gets the store settings.  
    Top
    Public Methods
     NameDescription
    Public Method Is password expired for the given user?  
    Public Method Persists the password policy to the database.  
    Public Method Tests a password to see if it conforms with the rules established by the policy.  
    Public MethodOverloaded.  Tests a user new password to see if it conforms with the rules established by the policy.  
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
    Top
    See Also