Gets the password expiration date and time.

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

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