AlphanumericDevicePasswordRequired

EASProvisionDoc.AlphanumericDevicePasswordRequired property

Specifies whether a client requires an alphanumeric password. If AlphanumericDevicePasswordRequired is null, a client SHOULD treat this value as FALSE. If the value of the DevicePasswordEnabled is FALSE, the client SHOULD ignore this property.

public bool? AlphanumericDevicePasswordRequired { get; set; }

See Also