Gets or sets a boolean value indicating if the statistics of credential must be updated or not.

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 static bool UpdateCredentialStatistics { get; set; }
Visual Basic
Public Shared Property UpdateCredentialStatistics As Boolean
	Get
	Set

Property Value

Type: Boolean
true if you want to update credential statistics, false otherwise. The default value is true.

Remarks

By default, Visual Guard updates statistic information of credential after each authentication attempt.These statistics (time of last access, number of grace logon used, time of last password modification, password history...) are stored in the repository of the application. If you do not use a password policy based on password or logon failed history, it is possible to disable this update by using this property. In this case, the performance of each authentication will be increased.

See Also