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

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

Syntax

C#
public static int MinRequiredNonAlphanumericCharacters { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property MinRequiredNonAlphanumericCharacters As Integer

Field Value

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

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