The PasswordStrength extender is associated with a TextBox control
CHAPTER 8 ?– USING THE ASP.NET AJAX CONTROL TOOLKIT (PART 2) 185
and is highly configurable as to what constitutes a strong or weak password. Before looking
at an example, let??™s view the properties of the PasswordStrength extender as shown in
Table 8-10.
Table 8-10. PasswordStrength Extender Properties
Property Name Description
BarBorderCssClass CSS class used for the border of the bar.
BarIndicatorCssClass CSS class used for the bar indicator.
CalculationWeightings Calculation weightings for determining the strength of
the password. This semicolon-delimited list must
contain four values (length weighting, numeric
weighting, casing weighting, symbol weighting) whose
sum is 100. The default value for this property is
50;15;15;20.
DisplayPosition Position of the strength indicator in respect to the target
control.
HelpHandleCssClass CSS class applied to the password help handle.
HelpHandlePosition Position of the help handle element.
MinimumNumericCharacters Minimum number of numeric characters.
Pages:
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269