Gets the regular expression used to evaluate a password.

Namespace: Novalys.VisualGuard.Security.WebForm
Assembly: Novalys.VisualGuard.Security.WebForm (in Novalys.VisualGuard.Security.WebForm.dll) Version: 2017.0.101.17 (2017.0.101.17)

Syntax

C#
public override string PasswordStrengthRegularExpression { get; }
Visual Basic
Public Overrides ReadOnly Property PasswordStrengthRegularExpression As String
	Get

Property Value

Type: String
A regular expression used to evaluate a password.

Remarks

This value is defined in the Visual Guard repository and can be modified by editing the password policy in the Visual Guard console.

See Also