Checks whether it is the last grace logon before locking out the account.

Namespace: Novalys.VisualGuard.Security
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
[ObsoleteAttribute("IsLastGraceLogon has been deprecated. When the last grace logon occurs, Visual Guard now returns a 'Failure' status combined with the 'MustChangedAtNexLogon' status.")]
public bool IsLastGraceLogon { get; }
Visual Basic
<ObsoleteAttribute("IsLastGraceLogon has been deprecated. When the last grace logon occurs, Visual Guard now returns a 'Failure' status combined with the 'MustChangedAtNexLogon' status.")> 
Public ReadOnly Property IsLastGraceLogon As Boolean
	Get

Return Value

Type: Boolean
true if it is the last grace logon before locking out the account. false otherwise.

Remarks

IsLastGraceLogon has been deprecated. When the password is expired and it is the last grace logon, Visual Guard no longer locks the account but sets the option 'MustChangedAtNexLogon' of the account and returns the status: IsFailed | MustChangePasswordAtNextLogon | IsPasswordExpired.

See Also