Click or drag to resize

VGMembershipUserPasswordExpirationDate Property

Gets the password expiration date and time.

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public DateTime PasswordExpirationDate { 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