Corrected code block label to a valid type

Valid types are listed here: https://review.docs.microsoft.com/en-us/help/contribute/metadata-taxonomies?branch=master#dev-lang
This commit is contained in:
Gary Moore 2021-11-10 12:24:33 -08:00
parent d6a8f600c6
commit f136bda35c

View File

@ -30,7 +30,8 @@ To learn more about WIP, see the following articles:
- [General guidance and best practices for Windows Information Protection (WIP)](/windows/security/information-protection/windows-information-protection/guidance-and-best-practices-wip)
The following shows the EnterpriseDataProtection CSP in tree format.
```
```console
./Device/Vendor/MSFT
EnterpriseDataProtection
----Settings
@ -45,6 +46,7 @@ EnterpriseDataProtection
--------EDPShowIcons
----Status
```
<a href="" id="--device-vendor-msft-enterprisedataprotection"></a>**./Device/Vendor/MSFT/EnterpriseDataProtection**
The root node for the CSP.
@ -71,7 +73,6 @@ Changing the primary enterprise ID is not supported and may cause unexpected beh
> [!Note]
> The client requires domain name to be canonical, otherwise the setting will be rejected by the client.
Here are the steps to create canonical domain names:
@ -111,7 +112,6 @@ The CSP checks the current edition and hardware support (TPM), and returns an er
> [!Note]
> This setting is only supported in Windows 10 Mobile.
Supported operations are Add, Get, Replace, and Delete. Value type is integer.
@ -124,7 +124,7 @@ Specifies a recovery certificate that can be used for data recovery of encrypted
DRA information from MDM policy must be a serialized binary blob identical to what we expect from GP.
The binary blob is the serialized version of following structure:
``` syntax
```cpp
//
//  Recovery Policy Data Structures
//
@ -243,7 +243,6 @@ typedef enum _PUBLIC_KEY_SOURCE_TAG {
EfsCertificate,
EfsCertificateThumbprint
} PUBLIC_KEY_SOURCE_TAG, *PPUBLIC_KEY_SOURCE_TAG;
```
For EFSCertificate KeyTag, it is expected to be a DER ENCODED binary certificate.