共用方式為


WindowsIntegrityPolicy.IsDisableSupported 屬性

定義

取得值,指出 (查看其他必要條件的,) 是否有任何已發佈方式或 API,讓協力廠商廠商在執行時間停用Windows 10安全模式, (10 S 模式) 。

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

屬性值

Boolean

bool

true (但如需其他必要條件的備註,) 是否有任何已發佈方式或 API,協力廠商廠商可在執行時間停用Windows 10安全模式, (10 S 模式) ,否則 false 為 。

備註

如果IsDisableSupportedtrue ,且 IsEnabled 或IsEnabledForTrial為 ,且CanDisabletrue true,則協力廠商廠商會以已發佈方式或 API 停用Windows 10安全模式, (執行時間) 10 S 模式。

適用於