uap7:EnterpriseDataProtection
Declares that the app is safe for auto-encryption and allows it to be managed without device enrollment via Windows Information Protection policy.
<uap7:EnterpriseDataProtection>
<uap7:EnterpriseDataProtection
ProtectionMode = 'A string that can have one of the following values: "auto" or "default".' />
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 |
None
Parent element | Description |
---|---|
uap7:Extension | Declares an extensibility point for the package. |
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.)
Item | Value |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/uap/windows10/7 |
Minimum OS Version | Windows 10 version 1809 (Build 17763) |