Gets and sets the maximum number of invlaid attempts to login are allowed

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

Syntax

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

Return Value

A Boolean.

See Also