Gets the minimum number of special characters that must be present in a valid password.

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 int MinRequiredNonAlphanumericCharacters { get; }
Visual Basic (Declaration)
Public Overrides ReadOnly Property MinRequiredNonAlphanumericCharacters As Integer

Field Value

The minimum number of special characters that must be present in a valid password.

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