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

Namespace: Novalys.VisualGuard.Security.WebForm
Assembly: Novalys.VisualGuard.Security.WebForm (in Novalys.VisualGuard.Security.WebForm.dll) Version: 2017.0.101.17 (2017.0.101.17)

Syntax

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

Property Value

Type: Int32
The number of invalid password or password-answer attempts allowed before the membership user is locked out.

Remarks

This value is defined in the Visual Guard repository and can be modified by editing the password policy in the Visual Guard console.

See Also