MinimumSymbolCharacters Minimum number of symbol characters.
PreferredPasswordLength Preferred length for ideal password strength.
PrefixText Prefix text to be displayed before the strength indicator.
RequiresUpperAndLowerCaseCharacters Boolean value indicating whether or not to force the
password to include a mixture of lowercase and
uppercase characters.
StrengthIndicatorType Type of the strength indicator (bar or text).
TargetControlID ID of the target TextBox control.
TextCssClass CSS class applied to the text used for the strength
indicator.
TextStrengthDescriptions List of semicolon-delimited values used to display the
strength indicator (can range from 2 to 10 values).
TextStrengthDescriptionStyles List of semicolon-delimited style classes applied to the
descriptions. This could be used to apply different styles
to each of the indicator descriptions.
Suppose you need to recommend the user to create a password of at least ten characters
without regard to case sensitivity. You can use the PasswordStrength extender to
provide instant feedback to the user about the strength of the password as it is being
typed in.
Pages:
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270