File tree Expand file tree Collapse file tree
windows.security.dataprotection Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,18 +17,24 @@ Identifies the availability of protected data.
1717Data 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
2222Protecting 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
2729Protecting 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
You can’t perform that action at this time.
0 commit comments