Visual Guard Class Library Documentation

VGMembershipUser.GraceLoginRemaining Property

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

public Int32 GraceLoginRemaining {get;}

Property 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

VGMembershipUser Class | Novalys.VisualGuard.Security.Membership Namespace