Share via


WindowsIntegrityPolicy.IsEnabledForTrial Property

Definition

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

Boolean

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.

Applies to