WindowsIntegrityPolicy.IsEnabled 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).
public:
static property bool IsEnabled { bool get(); };
static bool IsEnabled();
public static bool IsEnabled { get; }
var boolean = WindowsIntegrityPolicy.isEnabled;
Public Shared ReadOnly Property IsEnabled As Boolean
Property Value
Boolean
bool
true
if Windows 10 secure mode (10 S mode) is enabled (Windows Lockdown mode), otherwise false
.