Contents

allowsVirtualMachine

A Boolean value that indicates whether the assessment allows running inside a virtual machine.

Declaration

var allowsVirtualMachine: Bool { get set }

Discussion

When set to false, the assessment session will only start if the device is not a virtual machine, and won’t start if that status can’t be determined. Defaults to true, which doesn’t enforce the requirement.