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

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

Syntax

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

Property Value

Type: Boolean
true if the repository 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.

Exceptions

ExceptionCondition
Novalys.VisualGuard.Security..::..VGConfigurationExceptionThe configuration file is not valid

or

A problem occurs during the connection to the repository.

or

The version of the repository or the version of the permissions is not supported by the application.

See Also