Visual Guard Class Library Documentation

VGMemberShipProvider.RequiresUniqueEmail Property

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

public override Boolean RequiresUniqueEmail {get;}

Property 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

VGMemberShipProvider Class | Novalys.VisualGuard.Security.WebForm Namespace