Gets and sets a Regular Expression that determines the strength of the password

Namespace: DotNetNuke.Security.Membership
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[SortOrderAttribute(7)]
public static string PasswordStrengthRegularExpression { get; set; }
Visual Basic
<SortOrderAttribute(7)> 
Public Shared Property PasswordStrengthRegularExpression As String
	Get
	Set

Return Value

A String.

See Also