Table of Contents

Class DeviceLockSettings

Namespace
CodeStage.AntiCheat.Storage
Assembly
Build.dll

Controls Device Lock feature settings.

public class DeviceLockSettings
Inheritance
object
DeviceLockSettings

Constructors

DeviceLockSettings(DeviceLockLevel, DeviceLockTamperingSensitivity)

Creates instance with custom settings.

public DeviceLockSettings(DeviceLockLevel level = DeviceLockLevel.None, DeviceLockTamperingSensitivity sensitivity = DeviceLockTamperingSensitivity.Normal)

Parameters

level DeviceLockLevel
sensitivity DeviceLockTamperingSensitivity

Properties

Level

Allows locking saved data to the current device.

public DeviceLockLevel Level { get; set; }

Property Value

DeviceLockLevel

Remarks

Read more in DeviceLockLevel description.

See Also

Sensitivity

Controls device lock tampering detection sensitivity.

public DeviceLockTamperingSensitivity Sensitivity { get; set; }

Property Value

DeviceLockTamperingSensitivity

Remarks

Read more in DeviceLockTamperingSensitivity description.

See Also