Click or drag to resize

VGSecurityManagerMinRequiredNonAlphanumericCharacters Property

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: 2018.1.720.18 (2018.1.0720.18)
Syntax
public static int MinRequiredNonAlphanumericCharacters { get; }

Property Value

Type: Int32
The minimum number of special characters that must be present in a valid password.
Exceptions
ExceptionCondition
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