Gets the regular expression used to evaluate if the password.

Namespace: Novalys.VisualGuard.Security.Membership
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public string PasswordStrengthRegularExpression { get; set; }
Visual Basic
Public Property PasswordStrengthRegularExpression As String
	Get
	Set

Property Value

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

See Also