ProtectedImportExportStatus
ProtectedImportExportStatus
ProtectedImportExportStatus
ProtectedImportExportStatus
Enum
Definition
Note
Windows Information Protection (WIP) policy cannot be applied on Windows 10, version 1511 (build 10586) or earlier.
Possible status values for an enterprise protected file that has been imported from or exported to a container file.
public : enum class ProtectedImportExportStatuspublic enum ProtectedImportExportStatusPublic Enum ProtectedImportExportStatus// 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 file have been dropped while the device is locked. |
| LicenseExpired LicenseExpired LicenseExpired LicenseExpired | The file's RMS license has expired. |
| NotRoamable NotRoamable NotRoamable NotRoamable | The file cannot be roamed to another device. |
| Ok Ok Ok Ok | The file's protection is OK. |
| ProtectedToOtherIdentity ProtectedToOtherIdentity ProtectedToOtherIdentity ProtectedToOtherIdentity | The file is inaccessible, as it is protected to a different enterprise identity. |
| Revoked Revoked Revoked Revoked | The file's protection has been revoked, and it is inaccessible. |
| Undetermined Undetermined Undetermined Undetermined | The file's protection can not be determined. |
| Unprotected Unprotected Unprotected Unprotected | The file is not protected. |