DataProtectionStatus 列舉

定義

注意

從 2022 年 7 月開始,Microsoft 即將淘汰 Windows 資訊保護 (WIP) ,以及支援 WIP 的 API。 Microsoft 將繼續在支援的 Windows 版本上支援 WIP。 新版本的 Windows 不會包含 WIP 的新功能,且未來版本的 Windows 不支援此功能。 如需詳細資訊,請參閱宣佈 Windows 資訊保護的終止

針對資料保護需求,Microsoft 建議您使用Microsoft Purview 資訊保護Microsoft Purview 資料外洩防護。 Purview 簡化了組態設定,並提供一組進階的功能。

描述緩衝區或資料流程的企業身分識別保護狀態。

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

該專案受到另一個企業身分識別的保護。

Revoked 2

已撤銷專案的保護。

Unprotected 3

專案不會受到企業身分識別的保護。

備註

版本歷程記錄

Windows 版本 SDK 版本 已新增值
1511 10586 AccessSuspended
1511 10586 LicenseExpired

適用於