Class PasswordStrength
Inheritance
System.Object
PasswordStrength
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
[RequiredScript(typeof(CommonToolkitScripts))]
[ClientScriptResource("AjaxControlToolkit.PasswordStrengthExtenderBehavior", "AjaxControlToolkit.PasswordStrength.PasswordStrengthExtenderBehavior.js")]
public class PasswordStrength : ExtenderControlBase, IControlResolver
Constructors
Declaration
public PasswordStrength()
Properties
Declaration
[ExtenderControlProperty]
public string BarBorderCssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
public string BarIndicatorCssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
public string CalculationWeightings { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
public DisplayPosition DisplayPosition { get; set; }
Property Value
Declaration
[ExtenderControlProperty]
public string HelpHandleCssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
public DisplayPosition HelpHandlePosition { get; set; }
Property Value
Declaration
[ExtenderControlProperty]
public string HelpStatusLabelID { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
public int MinimumLowerCaseCharacters { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[ExtenderControlProperty]
public int MinimumNumericCharacters { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[ExtenderControlProperty]
public int MinimumSymbolCharacters { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[ExtenderControlProperty]
public int MinimumUpperCaseCharacters { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[ExtenderControlProperty]
public int PreferredPasswordLength { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PrefixText
Declaration
[ExtenderControlProperty]
public string PrefixText { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
public bool RequiresUpperAndLowerCaseCharacters { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[ExtenderControlProperty]
public StrengthIndicatorTypes StrengthIndicatorType { get; set; }
Property Value
Declaration
[ExtenderControlProperty]
public string StrengthStyles { get; set; }
Property Value
Type |
Description |
System.String |
|
TextCssClass
Declaration
[ExtenderControlProperty]
public string TextCssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
TextStrengthDescriptions
Declaration
[ExtenderControlProperty]
public string TextStrengthDescriptions { get; set; }
Property Value
Type |
Description |
System.String |
|
TextStrengthDescriptionStyles
Declaration
[ExtenderControlProperty]
[Obsolete("This property has been deprecated. Please use the StrengthStyles property instead.")]
public string TextStrengthDescriptionStyles { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements