AllowSimpleDevicePassword

EASProvisionDoc.AllowSimpleDevicePassword property

Specifies whether the client allows simple passwords. A simple password is one consisting only of repeated (“2222”) or sequential (“abcd”) characters. If AllowSimpleDevicePassword is null, a client SHOULD treat this value as TRUE. If the value of the DevicePasswordEnabled is set to FALSE, the client SHOULD ignore this property.

public bool? AllowSimpleDevicePassword { get; set; }

See Also