WindowsIntegrityPolicy.CanDisable Property

Definition

Gets a value that indicates whether or not Windows 10 secure mode (10 S mode) can be disabled by any means—at run time and/or offline; by the original equipment manufacturere (OEM), or by a third party.

public:
 static property bool CanDisable { bool get(); };
static bool CanDisable();
public static bool CanDisable { get; }
var boolean = WindowsIntegrityPolicy.canDisable;
Public Shared ReadOnly Property CanDisable As Boolean

Property Value

Boolean

bool

true if Windows 10 secure mode (10 S mode) can be disabled by any means, otherwise false.

Applies to

See also