Update personaldataencryption-csp.md

This commit is contained in:
Nimisha Satapathy
2022-09-10 16:51:59 +05:30
parent 4405549277
commit 936f6dab39

View File

@ -26,7 +26,7 @@ The following shows the PersonalDataEncryption configuration service provider in
```
**EnablePersonalDataEncryption**:
- 0 is default (disabled)
- 1 (enabled) will make Personal Data Encryption (PDE) public API available to applications for the user: [UserDataProtectionManager Class](/uwp/api/windows.security.dataprotection.userdataprotectionmanager?view=winrt-22621).
- 1 (enabled) will make Personal Data Encryption (PDE) public API available to applications for the user: [UserDataProtectionManager Class](/uwp/api/windows.security.dataprotection.userdataprotectionmanager).
The public API allows the applications running as the user to encrypt data as soon as this policy is enabled. However, prerequisites must be met for the PDE to be enabled.