Gets and sets the maximum number of invlaid attempts to login are allowed
Namespace: DotNetNuke.Security.MembershipAssembly: 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 |