Gets a value indicating whether the membership provider is configured to require a unique e-mail address for each user name.

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

Syntax

C#
public override bool RequiresUniqueEmail { get; }
Visual Basic (Declaration)
Public Overrides ReadOnly Property RequiresUniqueEmail As Boolean

Field Value

true if the membership provider requires a unique e-mail address; otherwise, false. The default is true.

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