Gets the password expiration date and time.

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

Field Value

MaxValue when the password never expires, the expiration date and time otherwise

Remarks

Returns always MaxValue for Windows and Database account.

See Also