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: 2017.0.101.17 (2017.0.101.17)

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