Gets a boolean value that specifies whether the password for the user has expired.

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 bool IsPasswordExpired { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsPasswordExpired As Boolean

Field Value

false if the password is not expired, true otherwise.

Remarks

returns always false for Windows and database account.

See Also