From bab083b5f01a2518044f16733db22eb0f0dd2c9b Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Fri, 29 Dec 2023 08:19:38 -0500 Subject: [PATCH] Update Network Unlock diagram column span --- .../data-protection/bitlocker/network-unlock.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/security/operating-system-security/data-protection/bitlocker/network-unlock.md b/windows/security/operating-system-security/data-protection/bitlocker/network-unlock.md index 8a9306300c..f0745f7122 100644 --- a/windows/security/operating-system-security/data-protection/bitlocker/network-unlock.md +++ b/windows/security/operating-system-security/data-protection/bitlocker/network-unlock.md @@ -46,7 +46,7 @@ The server side configuration to enable Network Unlock also requires provisionin The Network Unlock process follows these phases: :::row::: - :::column span="3"::: + :::column span="2"::: 1. The Windows boot manager detects a Network Unlock protector in the BitLocker configuration 2. The client computer uses its DHCP driver in the UEFI to get a valid IPv4 IP address 3. The client computer broadcasts a vendor-specific DHCP request that contains a network key (a 256-bit intermediate key) and an AES-256 session key for the reply. The network key is encrypted by using the 2048-bit RSA Public Key of the Network Unlock certificate from the WDS server @@ -57,7 +57,7 @@ The Network Unlock process follows these phases: 8. This combined key is used to create an AES-256 key that unlocks the volume 9. Windows continues the boot sequence :::column-end::: - :::column span="1"::: + :::column span="2"::: :::image type="content" source="images/network-unlock-diagram.svg" alt-text="Diagram of the Network Unlock sequence." lightbox="images/network-unlock-diagram.svg" border="false"::: :::column-end::: :::row-end:::