London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class PasswordStrength

Inheritance
System.Object
PasswordStrength
Implements
Inherited Members
Namespace: AjaxControlToolkit
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
Syntax
[RequiredScript(typeof(CommonToolkitScripts))]
[ClientScriptResource("AjaxControlToolkit.PasswordStrengthExtenderBehavior", "AjaxControlToolkit.PasswordStrength.PasswordStrengthExtenderBehavior.js")]
public class PasswordStrength : ExtenderControlBase, IControlResolver

Constructors

PasswordStrength()

Declaration
public PasswordStrength()

Properties

BarBorderCssClass

Declaration
[ExtenderControlProperty]
public string BarBorderCssClass { get; set; }
Property Value
Type Description
System.String

BarIndicatorCssClass

Declaration
[ExtenderControlProperty]
public string BarIndicatorCssClass { get; set; }
Property Value
Type Description
System.String

CalculationWeightings

Declaration
[ExtenderControlProperty]
public string CalculationWeightings { get; set; }
Property Value
Type Description
System.String

DisplayPosition

Declaration
[ExtenderControlProperty]
public DisplayPosition DisplayPosition { get; set; }
Property Value
Type Description
DisplayPosition

HelpHandleCssClass

Declaration
[ExtenderControlProperty]
public string HelpHandleCssClass { get; set; }
Property Value
Type Description
System.String

HelpHandlePosition

Declaration
[ExtenderControlProperty]
public DisplayPosition HelpHandlePosition { get; set; }
Property Value
Type Description
DisplayPosition

HelpStatusLabelID

Declaration
[ExtenderControlProperty]
public string HelpStatusLabelID { get; set; }
Property Value
Type Description
System.String

MinimumLowerCaseCharacters

Declaration
[ExtenderControlProperty]
public int MinimumLowerCaseCharacters { get; set; }
Property Value
Type Description
System.Int32

MinimumNumericCharacters

Declaration
[ExtenderControlProperty]
public int MinimumNumericCharacters { get; set; }
Property Value
Type Description
System.Int32

MinimumSymbolCharacters

Declaration
[ExtenderControlProperty]
public int MinimumSymbolCharacters { get; set; }
Property Value
Type Description
System.Int32

MinimumUpperCaseCharacters

Declaration
[ExtenderControlProperty]
public int MinimumUpperCaseCharacters { get; set; }
Property Value
Type Description
System.Int32

PreferredPasswordLength

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

RequiresUpperAndLowerCaseCharacters

Declaration
[ExtenderControlProperty]
public bool RequiresUpperAndLowerCaseCharacters { get; set; }
Property Value
Type Description
System.Boolean

StrengthIndicatorType

Declaration
[ExtenderControlProperty]
public StrengthIndicatorTypes StrengthIndicatorType { get; set; }
Property Value
Type Description
StrengthIndicatorTypes

StrengthStyles

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