WindowsIntegrityPolicy.IsEnabledForTrial Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether or not Windows 10 secure mode (10 S mode) is enabled (Windows Lockdown mode) for trial purposes.
public:
static property bool IsEnabledForTrial { bool get(); };
static bool IsEnabledForTrial();
public static bool IsEnabledForTrial { get; }
var boolean = WindowsIntegrityPolicy.isEnabledForTrial;
Public Shared ReadOnly Property IsEnabledForTrial As Boolean
Property Value
bool
true
if Windows 10 secure mode (10 S mode) is enabled (Windows Lockdown mode) for trial purposes, otherwise false
.
Remarks
Trial mode is a special case for Windows 10 devices with the S mode: policies are enforced, but there is no anti-rollback protection for the enforcement of the policy.