MinDevicePasswordLength

EASProvisionDoc.MinDevicePasswordLength property

Specifies the minimum client password length. The MinDevicePasswordLength can be empty or have a value no less than 1 and no greater than 16. If the property is null or the value of this property is 1, there is no minimum length for the device password. If the value of the DevicePasswordEnabled is FALSE, the client SHOULD ignore this property .

public int? MinDevicePasswordLength { get; set; }

See Also