Skip to content

Commit 3ceb486

Browse files
oldnewthingalvinashcraft
authored andcommitted
Merged PR 21183: Clarify AfterFirstUnlock
It does not actually mean "after first unlock".
1 parent 756f375 commit 3ceb486

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

windows.security.dataprotection/userdataavailability.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,24 @@ Identifies the availability of protected data.
1717
Data are unprotected when associated with this availability, and are always accessible whether the device is locked or unlocked.
1818

1919
### -field AfterFirstUnlock:1
20-
Data protected to this availability are accessible only after the first device unlock, and will continue to stay available thereafter.
20+
Data protected to this availability are accessible from the time the user signs in until the user signs out or the system is shut down or restarted.
2121

2222
Protecting new data to this availability is always possible.
2323

24+
This is also known as "Level 1" availability.
25+
2426
### -field WhileUnlocked:2
25-
Data protected to this availability are only available when the device is unlocked.
27+
Data protected to this availability are available only when the user is signed in and the device is unlocked.
2628

2729
Protecting new data to this availability is always possible.
2830

31+
This is also known as "Level 2" availability.
32+
2933
## -remarks
3034

3135
## -see-also
3236

37+
[Personal Data Encryption](/windows/security/operating-system-security/data-protection/personal-data-encryption/)
38+
3339
## -examples
3440

0 commit comments

Comments
 (0)