ProtectionPolicyManager.IsProtectionUnderLockRequired(String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
참고
2022년 7월부터 Microsoft는 WIP(Windows Information Protection) 및 WIP를 지원하는 API를 더 이상 사용하지 않습니다. Microsoft는 지원되는 Windows 버전에서 WIP를 계속 지원합니다. 새 버전의 Windows에는 WIP에 대한 새로운 기능이 포함되지 않으며 이후 버전의 Windows에서는 지원되지 않습니다. 자세한 내용은 Windows Information Protection 일몰 발표를 참조하세요.
데이터 보호 요구 사항에 따라 Microsoft Purview Information Protection 및 Microsoft Purview 데이터 손실 방지 사용하는 것이 좋습니다. Purview는 구성 설정을 간소화하고 고급 기능 집합을 제공합니다.
ProtectionUnderLockConfigRequired WIP(Enterprise Data Protection) 정책의 값을 확인하려면 이 속성을 사용합니다.
public:
static bool IsProtectionUnderLockRequired(Platform::String ^ identity);
static bool IsProtectionUnderLockRequired(winrt::hstring const& identity);
public static bool IsProtectionUnderLockRequired(string identity);
function isProtectionUnderLockRequired(identity)
Public Shared Function IsProtectionUnderLockRequired (identity As String) As Boolean
매개 변수
- identity
-
String
Platform::String
winrt::hstring
검사 엔터프라이즈 ID에 ProtectionUnderLockConfigRequired 정책 집합이 있습니다.
반환
bool
ProtectionUnderLockConfigRequired 정책이 ID에 대해 설정된 경우 true이고, 그렇지 않으면 false입니다.
Windows 요구 사항
디바이스 패밀리 |
Windows Desktop Extension SDK (10.0.10586.0에서 도입되었습니다.)
Windows Mobile Extension SDK (10.0.10586.0에서 도입되었습니다.) |
API contract |
Windows.Security.EnterpriseData.EnterpriseDataContract (v2.0에서 도입되었습니다.)
|