Gets the password expiration date and time.

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

Syntax

C#
public DateTime PasswordExpirationDate { get; }
Visual Basic
Public ReadOnly Property PasswordExpirationDate As DateTime
	Get

Property Value

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

Remarks

Returns always MaxValue for Windows and Database account.

See Also