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

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