Gets and sets the Mimimum Password Length

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

Syntax

C#
[SortOrderAttribute(4)]
public static int MinPasswordLength { get; set; }
Visual Basic
<SortOrderAttribute(4)> 
Public Shared Property MinPasswordLength As Integer
	Get
	Set

Return Value

An Integer.

See Also