Click or drag to resize

VGPasswordPolicyInstanceGraceLoginsAllowed Property

Gets the number of times the user can log on after the password has expired.

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public int GraceLoginsAllowed { get; set; }

Property Value

Type: Int32
the number of times the user can log on after the password has expired. MaxValue means that the grace logins are not checked.
See Also