From fcbcb4bb56e9790bea2518d97a501943b93ca7d2 Mon Sep 17 00:00:00 2001 From: Nimisha Satapathy Date: Sat, 10 Sep 2022 16:39:38 +0530 Subject: [PATCH] Updated --- .../client-management/mdm/personaldataencryption-csp.md | 8 ++++++-- windows/client-management/mdm/toc.yml | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/windows/client-management/mdm/personaldataencryption-csp.md b/windows/client-management/mdm/personaldataencryption-csp.md index 1951ed7c94..fde868ec6f 100644 --- a/windows/client-management/mdm/personaldataencryption-csp.md +++ b/windows/client-management/mdm/personaldataencryption-csp.md @@ -24,9 +24,13 @@ The following shows the PersonalDataEncryption configuration service provider in -------- PersonalDataEncryptionStatus ``` -**EnablePersonalDataEncryption**: 0 is default (disabled). 1 (enabled) will make Personal Data Encryption (PDE) public API available to applications for the user: [UserDataProtectionManager Class (Windows.Security.DataProtection) - Windows UWP applications | Microsoft Docs](https://docs.microsoft.com/uwp/api/windows.security.dataprotection.userdataprotectionmanager?view=winrt-22621). The public API allows apps running as the user to encrypt data as soon as this policy is enabled. This doesn't mean PDE is enabled as prerequisites must be met for this to happen. +**EnablePersonalDataEncryption**: +- 0 is default (disabled) +- 1 (enabled) will make Personal Data Encryption (PDE) public API available to applications for the user: [UserDataProtectionManager Class (Windows.Security.DataProtection) - Windows UWP applications | Microsoft Docs](https://docs.microsoft.com/uwp/api/windows.security.dataprotection.userdataprotectionmanager?view=winrt-22621). -**Status/PersonalDataEncryptionStatus**: Reports the current status of Personal Data Encryption (PDE) for the user. If prerequisites of PDE are not met, then this will report 0. If all prerequisites are met for PDE, PDE won't enabled and this will report 1. +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. + +**Status/PersonalDataEncryptionStatus**: Reports the current status of Personal Data Encryption (PDE) for the user. If prerequisites of PDE aren't met, then the report will be 0. If all prerequisites are met for PDE, PDE won't be enabled, and the will be report 1. |Edition|Windows 10|Windows 11| diff --git a/windows/client-management/mdm/toc.yml b/windows/client-management/mdm/toc.yml index 30083bd92b..763ffabe95 100644 --- a/windows/client-management/mdm/toc.yml +++ b/windows/client-management/mdm/toc.yml @@ -339,7 +339,7 @@ items: href: personaldataencryption-csp.md items: - name: PersonalDataEncryption DDF file - href: personaldataencryption-ddf.md + href: personaldataencryption-ddf-file.md - name: Personalization CSP href: personalization-csp.md items: