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: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public int MinRequiredNonAlphanumericCharacters { get; }
Visual Basic
Public ReadOnly Property MinRequiredNonAlphanumericCharacters As Integer
	Get

Property Value

Type: Int32
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