WindowsIntegrityPolicy.IsDisableSupported Property

Definition

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

Boolean

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.

Applies to