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 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