다음을 통해 공유


WindowsIntegrityPolicy.CanDisable 속성

정의

런타임 및/또는 오프라인, OEM(원래 장비 제조업체) 또는 타사에서 Windows 10 보안 모드(10 S 모드)를 사용하지 않도록 설정할 수 있는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

Boolean

bool

trueWindows 10 보안 모드(10 S 모드)를 어떤 수단으로든 사용하지 않도록 설정할 수 있으면 이고, 그렇지 않으면 false입니다.

적용 대상

추가 정보