Gets the number of logons that are allowed before the account is locked out.

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 GraceLoginRemaining { get; }
Visual Basic
Public ReadOnly Property GraceLoginRemaining As Integer
	Get

Property Value

Type: Int32
The number of grace logons when the password must be changed. 0 when the account is already locked out. MaxValue if the password has not expired or if the number of grace logins is unlimited.

Remarks

returns always MaxValue for Windows and database account.

See Also