DataProtectionStatus 列挙型

定義

Note

2022 年 7 月以降、Microsoft は Windows Information Protection (WIP) と WIP をサポートする API を非推奨とします。 Microsoft は引き続き、サポートされているバージョンの Windows で WIP をサポートします。 Windows の新しいバージョンには WIP の新機能は含まれません。また、今後のバージョンの Windows ではサポートされません。 詳細については、「Windows Information Protectionの終了を発表する」を参照してください。

データ保護のニーズに合わせて、Microsoft Purview 情報保護Microsoft 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

適用対象