Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Declares that the app is safe for auto-encryption and allows it to be managed without device enrollment via Windows Information Protection policy.
Element hierarchy
<uap7:EnterpriseDataProtection>
Syntax
<uap7:EnterpriseDataProtection
ProtectionMode = 'A string that can have one of the following values: "auto" or "default".' />
Attrbutes and elements
Attributes
| Attribute | Description | Data type | Required | Default value |
|---|---|---|---|---|
| ProtectionMode | The mode of data protection. | A string that can have one of the following values: auto or default. | Yes |
Child elements
None
Parent elements
| Parent element | Description |
|---|---|
| uap7:Extension | Declares an extensibility point for the package. |
Remarks
Use this extension only if the app is exclusively for work, and/or you provide a mechanism to restore any non-work personal data the app modifies. All files that the app creates or modifies will be encrypted on behalf of the managing organization, and become inaccessible after a selective wipe occurs, when the protection policy is removed from the device. (To safely handle both work and personal data when managed with Windows Information Protection use the enterpriseDataPolicy capability instead.)
Requirements
| Item | Value |
|---|---|
| Namespace | http://schemas.microsoft.com/appx/manifest/uap/windows10/7 |
| Minimum OS Version | Windows 10 version 1809 (Build 17763) |