mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-20 21:03:42 +00:00
Task ID 23142312
Fine tuning Root Cert section.
This commit is contained in:
@ -94,29 +94,29 @@ Represents why verification failed, or if it succeeded.
|
|||||||
|
|
||||||
## Microsoft Root CAs trusted by Windows
|
## Microsoft Root CAs trusted by Windows
|
||||||
|
|
||||||
The rule means trust anything signed by a cert that chains to this root CA. Enums without values start at 0, and increment by 1 as you go down the below list.
|
The rule means trust anything signed by a cert that chains to this root CA. Enums without values start at 0, and increment by 1 as you go down the below list.<br>
|
||||||
|
|
||||||
typedef enum _MINCRYPT_KNOWN_ROOT_ID {
|
| Root ID | Root Name |
|
||||||
MincryptKnownRootNone, <mark><-- 0</mark><br>
|
|---|----------|
|
||||||
MincryptKnownRootUnknown,<br>
|
|0| None |
|
||||||
MincryptKnownRootSelfsigned,<br>
|
|1| Unknown |
|
||||||
MincryptKnownRootMicrosoftAuthenticodeRoot,<br>
|
|2 | Self-Signed |
|
||||||
MincryptKnownRootMicrosoftProductRoot1997,<br>
|
|3 | Authenticode |
|
||||||
MincryptKnownRootMicrosoftProductRoot2001,<br>
|
|4 | Microsoft Product Root 1997 |
|
||||||
MincryptKnownRootMicrosoftProductRoot2010,<br>
|
|5 | Microsoft Product Root 2001 |
|
||||||
MincryptKnownRootMicrosoftStandardRoot2011,<br>
|
|6 | Microsoft Product Root 2010 |
|
||||||
MincryptKnownRootMicrosoftCodeVerificationRoot2006,<br>
|
|7 | Microsoft Standard Root 2011 |
|
||||||
MincryptKnownRootMicrosoftTestRoot1999,<br>
|
|8 | Microsoft Code Verification Root 2006 |
|
||||||
MincryptKnownRootMicrosoftTestRoot2010,<br>
|
|9 | Microsoft Test Root 1999 |
|
||||||
MincryptKnownRootMicrosoftDMDTestRoot2005,<br>
|
|10 | Microsoft Tes\t Root 2010 |
|
||||||
MincryptKnownRootMicrosoftDMDRoot2005,<br>
|
|11 | Microsoft DMD Test Root 2005 |
|
||||||
MincryptKnownRootMicrosoftDMDPreviewRoot2005,<br>
|
|12 | Microsoft DMDRoot 2005 |
|
||||||
MincryptKnownRootMicrosoftFlightRoot2014,<br>
|
|13 | Microsoft DMD Preview Root 2005 |
|
||||||
MincryptKnownRootMicrosoftThirdPartyMarketplaceRoot,<br>
|
|14 | Microsoft Flight Root 2014 |
|
||||||
MincryptKnownRootMicrosoftEccTestingRootCa2017,<br>
|
|15 | Microsoft Third Party Marketplace Root |
|
||||||
MincryptKnownRootMicrosoftEccDevelopmentRootCa2018,<br>
|
|16 | Microsoft Ecc Testing Root Ca2017 |
|
||||||
MincryptKnownRootMicrosoftEccProductRootCa2018,<br>
|
|17 | Microsoft Ecc Developmen tRoot Ca 2018 |
|
||||||
MincryptKnownRootMicrosoftEccDevicesRootCa2017,<br>
|
|18 | Microsoft Ecc Product Root Ca 2018 |
|
||||||
} MINCRYPT_KNOWN_ROOT_ID, *PMINCRYPT_KNOWN_ROOT_ID;<br>
|
|19 | Microsoft Ecc Devices Root Ca 2017 |
|
||||||
|
|
||||||
For well-known roots, the TBS hashes for the certificates are baked into the code for WDAC. For example, they don’t need to be listed as TBS hashes in the policy file.
|
For well-known roots, the TBS hashes for the certificates are baked into the code for WDAC. For example, they don’t need to be listed as TBS hashes in the policy file.
|
Reference in New Issue
Block a user