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

Syntax

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

Property Value

Type: Boolean
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