Gets the number of invalid password or password-answer attempts allowed before the membership user is locked out.

Namespace: Novalys.VisualGuard.Security.Membership
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public int MaxInvalidPasswordAttempts { get; }
Visual Basic
Public ReadOnly Property MaxInvalidPasswordAttempts As Integer
	Get

Property Value

Type: Int32

See Also