Click or drag to resize

VGSecurityManagerUpdateCredentialStatistics Property

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: 2018.1.720.18 (2018.1.0720.18)
Syntax
public static bool UpdateCredentialStatistics { 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