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

Syntax

C#
public int GraceLoginsAllowed { get; set; }
Visual Basic
Public Property GraceLoginsAllowed As Integer
	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