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: 2017.0.101.17 (2017.0.101.17)

Syntax

C#
public bool RequiresUniqueEmail { get; set; }
Visual Basic
Public Property RequiresUniqueEmail As Boolean
	Get
	Set

Property Value

Type: Boolean
The number of failed password answer attempts a user is allowed before the account is locked.

Remarks