Open this page in the API Guide

LocalUserAccount.PasswordExpiryDate Property

Gets or sets an explicit date when the account's password expires.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public DateTime? PasswordExpiryDate { get; set; }

Property Value

Type: Nullable<DateTime>
The date (UTC) when the password expires, or null if no explicit password expiry date should be used.
Remarks
If this property is set, it overrides any password expiry logic related to PasswordPolicyMaxAgeDays. However, this property is ignored if PasswordNeverExpires is true.
See Also