Update how-it-works.md

Added section on VSM and TPM protections
This commit is contained in:
mgewida1
2025-06-06 11:15:57 -07:00
committed by GitHub
parent 21e8aef48b
commit e901064907

View File

@ -20,6 +20,15 @@ Kerberos, NTLM, and Credential Manager isolate secrets by using Virtualization-b
:::column-end:::
:::row-end:::
## VSM and TPM Protections
Secrets protected by Credential Guard are protected in memory isolated at runtime by the hypervisor using [Virtual Secure Mode](https://learn.microsoft.com/en-us/virtualization/hyper-v-on-windows/tlfs/vsm). On recent supported hardware with TPM2.0, VSM data that is persisted will be protected by a key called the VSM master key which is protected by device firmware protections (see [System Guard: How a hardware-based root of trust helps protect Windows](https://learn.microsoft.com/en-us/windows/security/hardware-security/how-hardware-based-root-of-trust-helps-protect-windows)). The VSM master key is protected by the TPM, ensuring that they key and the secrets protected by Credential Guard can only be accessed in a trusted environment.
Credential Guard does not typically persist authentication data (NTLM hash and TGTs) and that data is lost between reboots and refreshed when the user signs into the system. This means that it is not dependent on the VSM master key or the TPM to protect that data at rest.
Note: The VBS master key may not be protected by the TPM in any of the following environments:
- If Secure Boot is disabled
- If a TPM is not available on the firmware
## Credential Guard protection limits
Some ways to store credentials aren't protected by Credential Guard, including: