DevicePasswordExpiration

EASProvisionDoc.DevicePasswordExpiration property

Specifies the maximum number of days until a password expires. The DevicePasswordExpiration can be null, indicating that no password expiration policy is set. Valid values are listed bellow: = 0 - Passwords do not expire. > 0 - Passwords expire in the specified maximum number of days. If DevicePasswordExpiration is null, a client SHOULD treat this value as 0. If the value of the DevicePasswordEnabled is set to FALSE, the client SHOULD ignore this property.

public int? DevicePasswordExpiration { get; set; }

See Also