Class PasswordStrength
- Namespace
- AjaxControlToolkit
- Assembly
- AjaxControlToolkit.dll
[ClientScriptResource("Sys.Extended.UI.PasswordStrengthExtenderBehavior", "PasswordStrength")]
[RequiredScript(typeof(CommonToolkitScripts))]
public class PasswordStrength : ExtenderControlBase, IControlResolver
- Inheritance
-
PasswordStrength
- Implements
-
- Inherited Members
-
Constructors
public PasswordStrength()
Properties
[ExtenderControlProperty]
[ClientPropertyName("barBorderCssClass")]
public string BarBorderCssClass { get; set; }
Property Value
- string
[ExtenderControlProperty]
[ClientPropertyName("barIndicatorCssClass")]
public string BarIndicatorCssClass { get; set; }
Property Value
- string
[ExtenderControlProperty]
[ClientPropertyName("calculationWeightings")]
public string CalculationWeightings { get; set; }
Property Value
- string
[ExtenderControlProperty]
[ClientPropertyName("displayPosition")]
public DisplayPosition DisplayPosition { get; set; }
Property Value
- DisplayPosition
[ExtenderControlProperty]
[ClientPropertyName("helpHandleCssClass")]
public string HelpHandleCssClass { get; set; }
Property Value
- string
[ExtenderControlProperty]
[ClientPropertyName("helpHandlePosition")]
public DisplayPosition HelpHandlePosition { get; set; }
Property Value
- DisplayPosition
[ExtenderControlProperty]
[ClientPropertyName("helpStatusLabelID")]
public string HelpStatusLabelID { get; set; }
Property Value
- string
[ExtenderControlProperty]
[ClientPropertyName("minimumLowerCaseCharacters")]
public int MinimumLowerCaseCharacters { get; set; }
Property Value
- int
[ExtenderControlProperty]
[ClientPropertyName("minimumNumericCharacters")]
public int MinimumNumericCharacters { get; set; }
Property Value
- int
[ExtenderControlProperty]
[ClientPropertyName("minimumSymbolCharacters")]
public int MinimumSymbolCharacters { get; set; }
Property Value
- int
[ExtenderControlProperty]
[ClientPropertyName("minimumUpperCaseCharacters")]
public int MinimumUpperCaseCharacters { get; set; }
Property Value
- int
[ExtenderControlProperty]
[ClientPropertyName("preferredPasswordLength")]
public int PreferredPasswordLength { get; set; }
Property Value
- int
PrefixText
[ExtenderControlProperty]
[ClientPropertyName("prefixText")]
public string PrefixText { get; set; }
Property Value
- string
[ExtenderControlProperty]
[ClientPropertyName("requiresUpperAndLowerCaseCharacters")]
public bool RequiresUpperAndLowerCaseCharacters { get; set; }
Property Value
- bool
[ExtenderControlProperty]
[ClientPropertyName("strengthIndicatorType")]
public StrengthIndicatorTypes StrengthIndicatorType { get; set; }
Property Value
- StrengthIndicatorTypes
[ExtenderControlProperty]
[ClientPropertyName("strengthStyles")]
public string StrengthStyles { get; set; }
Property Value
- string
TextCssClass
[ExtenderControlProperty]
[ClientPropertyName("textCssClass")]
public string TextCssClass { get; set; }
Property Value
- string
TextStrengthDescriptions
[ExtenderControlProperty]
[ClientPropertyName("textStrengthDescriptions")]
public string TextStrengthDescriptions { get; set; }
Property Value
- string