Name | Description | |
---|---|---|
HistoryCount | Gets or sets the number of passwords to keep in history. | |
HistoryDays | Gets or sets the number of days a password is kept in history. | |
ImageCaptcha | Gets or sets a value indicating whether to use image captcha for login verification. | |
InactivePeriod | Gets or sets the number of months of inactivity after which an account will be deactivated. | |
LockoutPeriod | Gets or sets the lockout period after the maximum number of login attempts is reached. | |
MaxAge | Gets or sets the maximum age of a password. | |
MaxAttempts | Gets or sets the maximum number of login attempts before the account is locked. | |
MinLength | Gets or sets the minimum password length. | |
PasswordFormat | Gets or sets the password format. | |
RequireLower | Gets or sets a value indicating whether a lower case letter is required in the password. | |
RequireNonAlpha | Gets or sets a value indicating whether a non alphabetic character is required in the password. | |
RequireNumber | Gets or sets a value indicating whether a number is required in the password. | |
RequireSymbol | Gets or sets a value indicating whether a special character is required in the password. | |
RequireUpper | Gets or sets a value indicating whether an upper case letter is required in the password. |