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: 3.2.912.1 (3.2.912.01)

Syntax

C#
public int GraceLoginRemaining { get; }
Visual Basic (Declaration)
Public ReadOnly Property GraceLoginRemaining As Integer

Field Value

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