diff --git a/windows/security/dev-resources.md b/windows/security/dev-resources.md new file mode 100644 index 0000000000..6c7797e97e --- /dev/null +++ b/windows/security/dev-resources.md @@ -0,0 +1,23 @@ +--- +title: Windows security - developer resources +description: Collection of links for Windows developers to learn about Windows security featuress. +ms.date: 04/25/2024 +ms.topic: resources +ms.author: paoloma +author: paolomatarazzo +appliesto: +--- + +# Windows security - developer resources + +| Area | Features | +|-|-| +| **Protect identity** | - [Passkeys on Windows][LINK-1]
- [VBS key protection][LINK-1]
-[NTLM-less][LINK-1]| +| **Protect data** | - [Personal Data Encryption][LINK-1]
- [VBS enclave][LINK-1]
| +| **Zero trust** | - [Attestation][LINK-1]
-[Zero-trust DNS][LINK-1]| +| **Least privilege, protect privacy** | - [Win32 App Isolation][LINK-1]
- [Making admins more secure][LINK-1]
-[Granular privacy controls for all Win32 apps][LINK-1]| +| **Build reputable apps, seamless security UX** | - [MSIX app packaging][LINK-1]
- [Trusted signing][LINK-1]
-[Smart App control][LINK-1]| + +--- + +[LINK-1]: https://www.microsoft.com \ No newline at end of file diff --git a/windows/security/toc.yml b/windows/security/toc.yml index 68377b8378..d303c5efdb 100644 --- a/windows/security/toc.yml +++ b/windows/security/toc.yml @@ -18,4 +18,6 @@ items: - name: Cloud security href: cloud-security/toc.yml - name: Windows Privacy 🔗 - href: /windows/privacy \ No newline at end of file + href: /windows/privacy +- name: Developer resources + href: dev-resources.md \ No newline at end of file