WindowsIntegrityPolicy.IsEnabled Property

Definition

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.

Applies to