Gets the minimum length required for a password.

Namespace: Novalys.VisualGuard.Security.WebForm
Assembly: Novalys.VisualGuard.Security.WebForm (in Novalys.VisualGuard.Security.WebForm.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

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

Property Value

Type: Int32
The minimum length required for a 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