다음을 통해 공유


DataProtectionStatus 열거형

정의

참고

2022년 7월부터 Microsoft는 WIP(Windows Information Protection) 및 WIP를 지원하는 API를 더 이상 사용하지 않습니다. Microsoft는 지원되는 Windows 버전에서 WIP를 계속 지원할 것입니다. 새 버전의 Windows는 WIP에 대한 새로운 기능을 포함하지 않으며 이후 버전의 Windows에서는 지원되지 않습니다. 자세한 내용은 Windows Information Protection 일몰 발표를 참조하세요.

데이터 보호 요구 사항에 따라 Microsoft Purview Information ProtectionMicrosoft Purview 데이터 손실 방지 사용하는 것이 좋습니다. Purview는 구성 설정을 간소화하고 고급 기능 집합을 제공합니다.

버퍼 또는 스트림의 엔터프라이즈 ID 보호 상태를 설명합니다.

public enum class DataProtectionStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.EnterpriseData.EnterpriseDataContract, 65536)]
enum class DataProtectionStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.EnterpriseData.EnterpriseDataContract), 65536)]
public enum DataProtectionStatus
var value = Windows.Security.EnterpriseData.DataProtectionStatus.protectedToOtherIdentity
Public Enum DataProtectionStatus
상속
DataProtectionStatus
특성

Windows 요구 사항

디바이스 패밀리
Windows Desktop Extension SDK (10.0.10240.0에서 도입되었습니다.)
Windows Mobile Extension SDK (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Security.EnterpriseData.EnterpriseDataContract (v1.0에서 도입되었습니다.)

필드

AccessSuspended 5

보호된 항목에 액세스하는 키는 디바이스가 잠겨 있는 동안 삭제되었습니다.

LicenseExpired 4

항목의 RMS 라이선스가 만료되었습니다. 이 값은 현재 지원되지 않습니다.

Protected 1

항목이 보호됩니다.

ProtectedToOtherIdentity 0

항목은 다른 엔터프라이즈 ID로 보호됩니다.

Revoked 2

항목의 보호가 취소되었습니다.

Unprotected 3

항목은 엔터프라이즈 ID로 보호되지 않습니다.

설명

버전 기록

Windows 버전 SDK 버전 추가된 값
1511 10586 AccessSuspended
1511 10586 LicenseExpired

적용 대상