WindowsIntegrityPolicy.IsDisableSupported 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 (see Remarks for other necessary conditions) whether or not there is any published way, or API, for third-party vendors to disable Windows 10 secure mode (10 S mode) at run time.
public:
static property bool IsDisableSupported { bool get(); };
static bool IsDisableSupported();
public static bool IsDisableSupported { get; }
var boolean = WindowsIntegrityPolicy.isDisableSupported;
Public Shared ReadOnly Property IsDisableSupported As Boolean
Property Value
bool
true
(but see Remarks for other necessary conditions) if there is any published way, or API, for third-party vendors to disable Windows 10 secure mode (10 S mode) at run time, otherwise false
.
Remarks
If IsDisableSupported is true
, and IsEnabled or IsEnabledForTrial is true
, and CanDisable is true, then there is a published way, or API, for third-party vendors to disable Windows 10 secure mode (10 S mode) at run time.