Table of Contents

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

PasswordStrength()

public PasswordStrength()

Properties

BarBorderCssClass

[ExtenderControlProperty]
[ClientPropertyName("barBorderCssClass")]
public string BarBorderCssClass { get; set; }

Property Value

string

BarIndicatorCssClass

[ExtenderControlProperty]
[ClientPropertyName("barIndicatorCssClass")]
public string BarIndicatorCssClass { get; set; }

Property Value

string

CalculationWeightings

[ExtenderControlProperty]
[ClientPropertyName("calculationWeightings")]
public string CalculationWeightings { get; set; }

Property Value

string

DisplayPosition

[ExtenderControlProperty]
[ClientPropertyName("displayPosition")]
public DisplayPosition DisplayPosition { get; set; }

Property Value

DisplayPosition

HelpHandleCssClass

[ExtenderControlProperty]
[ClientPropertyName("helpHandleCssClass")]
public string HelpHandleCssClass { get; set; }

Property Value

string

HelpHandlePosition

[ExtenderControlProperty]
[ClientPropertyName("helpHandlePosition")]
public DisplayPosition HelpHandlePosition { get; set; }

Property Value

DisplayPosition

HelpStatusLabelID

[ExtenderControlProperty]
[ClientPropertyName("helpStatusLabelID")]
public string HelpStatusLabelID { get; set; }

Property Value

string

MinimumLowerCaseCharacters

[ExtenderControlProperty]
[ClientPropertyName("minimumLowerCaseCharacters")]
public int MinimumLowerCaseCharacters { get; set; }

Property Value

int

MinimumNumericCharacters

[ExtenderControlProperty]
[ClientPropertyName("minimumNumericCharacters")]
public int MinimumNumericCharacters { get; set; }

Property Value

int

MinimumSymbolCharacters

[ExtenderControlProperty]
[ClientPropertyName("minimumSymbolCharacters")]
public int MinimumSymbolCharacters { get; set; }

Property Value

int

MinimumUpperCaseCharacters

[ExtenderControlProperty]
[ClientPropertyName("minimumUpperCaseCharacters")]
public int MinimumUpperCaseCharacters { get; set; }

Property Value

int

PreferredPasswordLength

[ExtenderControlProperty]
[ClientPropertyName("preferredPasswordLength")]
public int PreferredPasswordLength { get; set; }

Property Value

int

PrefixText

[ExtenderControlProperty]
[ClientPropertyName("prefixText")]
public string PrefixText { get; set; }

Property Value

string

RequiresUpperAndLowerCaseCharacters

[ExtenderControlProperty]
[ClientPropertyName("requiresUpperAndLowerCaseCharacters")]
public bool RequiresUpperAndLowerCaseCharacters { get; set; }

Property Value

bool

StrengthIndicatorType

[ExtenderControlProperty]
[ClientPropertyName("strengthIndicatorType")]
public StrengthIndicatorTypes StrengthIndicatorType { get; set; }

Property Value

StrengthIndicatorTypes

StrengthStyles

[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