Class DeviceLockSettings
Controls Device Lock feature settings.
public class DeviceLockSettings
- Inheritance
-
objectDeviceLockSettings
Constructors
DeviceLockSettings(DeviceLockLevel, DeviceLockTamperingSensitivity)
Creates instance with custom settings.
public DeviceLockSettings(DeviceLockLevel level = DeviceLockLevel.None, DeviceLockTamperingSensitivity sensitivity = DeviceLockTamperingSensitivity.Normal)
Parameters
levelDeviceLockLevelsensitivityDeviceLockTamperingSensitivity
Properties
Level
Allows locking saved data to the current device.
public DeviceLockLevel Level { get; set; }
Property Value
Remarks
Read more in DeviceLockLevel description.
- See Also
Sensitivity
Controls device lock tampering detection sensitivity.
public DeviceLockTamperingSensitivity Sensitivity { get; set; }
Property Value
Remarks
Read more in DeviceLockTamperingSensitivity description.
- See Also