DataProtectionStatus DataProtectionStatus DataProtectionStatus DataProtectionStatus Enum

Definition

Note

Windows Information Protection (WIP) policy cannot be applied on Windows 10, version 1511 (build 10586) or earlier.

Describes the enterprise identity protection state of a buffer or stream.

public : enum class DataProtectionStatuspublic enum DataProtectionStatusPublic Enum DataProtectionStatus// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows Desktop Extension SDK (introduced v10.0.10240.0) Windows Mobile Extension SDK (introduced v10.0.10240.0)
API contract
Windows.Security.EnterpriseData.EnterpriseDataContract (introduced v1)

Fields

AccessSuspended AccessSuspended AccessSuspended AccessSuspended

The keys to access the protected item have been dropped while the device is locked.

LicenseExpired LicenseExpired LicenseExpired LicenseExpired

The item's RMS license has expired. This value is not currently supported.

Protected Protected Protected Protected

The item is protected.

ProtectedToOtherIdentity ProtectedToOtherIdentity ProtectedToOtherIdentity ProtectedToOtherIdentity

The item is protected to another enterprise identity.

Revoked Revoked Revoked Revoked

The protection of the item has been revoked.

Unprotected Unprotected Unprotected Unprotected

The item is not protected to an enterprise identity.