Update personaldataencryption-csp.md

This commit is contained in:
Nimisha Satapathy
2022-09-12 19:47:06 +05:30
parent d3ef2cef6a
commit 816e2f2b61

View File

@ -1,29 +1,32 @@
--- ---
title: PersonalDataEncryption CSP title: PersonalDataEncryption CSP
description: Learn how the PersonalDataEncryption configuration service provider (CSP) is used by the enterprise to protect data confidentiality of PCs and devices. description: Learn how the PersonalDataEncryption configuration service provider (CSP) is used by the enterprise to protect data confidentiality of PCs and devices.
ms.author: dansimp ms.author: v-nsatapathy
ms.topic: article ms.topic: article
ms.prod: w10 ms.prod: w10
ms.technology: windows ms.technology: windows
author: dansimp author: nimishasatapathy
ms.localizationpriority: medium ms.localizationpriority: medium
ms.date: 02/04/2022 ms.date: 09/12/2022
ms.reviewer: ms.reviewer:
manager: dansimp manager: dansimp
ms.collection: highpri ms.collection: highpri
--- ---
# PersonalDataEncryption CSP # PersonalDataEncryption CSP
The PersonalDataEncryption configuration service provider (CSP) is used by the enterprise to protect data confidentiality of PCs and devices. This CSP is supported in Windows 11. The PersonalDataEncryption configuration service provider (CSP) is used by the enterprise to protect data confidentiality of PCs and devices. This CSP is supported in Windows 11.
The following shows the PersonalDataEncryption configuration service provider in tree format: The following shows the PersonalDataEncryption configuration service provider in tree format:
```./User/Vendor/MSFT/PDE ```
./User/Vendor/MSFT/PDE
-- EnablePersonalDataEncryption -- EnablePersonalDataEncryption
-- Status -- Status
-------- PersonalDataEncryptionStatus -------- PersonalDataEncryptionStatus
``` ```
**EnablePersonalDataEncryption**: **EnablePersonalDataEncryption**:
- 0 is default (disabled) - 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). - 1 (enabled) will make Personal Data Encryption (PDE) public API available to applications for the user: [UserDataProtectionManager Class](/uwp/api/windows.security.dataprotection.userdataprotectionmanager).