This commit is contained in:
Paolo Matarazzo 2024-04-25 07:06:23 -04:00
parent a1ead47cf6
commit 5ac9ebef17
2 changed files with 26 additions and 1 deletions

View File

@ -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] <br>- [VBS key protection][LINK-1]<br>-[NTLM-less][LINK-1]|
| **Protect data** | - [Personal Data Encryption][LINK-1] <br>- [VBS enclave][LINK-1]<br>|
| **Zero trust** | - [Attestation][LINK-1]<br>-[Zero-trust DNS][LINK-1]|
| **Least privilege, protect privacy** | - [Win32 App Isolation][LINK-1] <br>- [Making admins more secure][LINK-1]<br>-[Granular privacy controls for all Win32 apps][LINK-1]|
| **Build reputable apps, seamless security UX** | - [MSIX app packaging][LINK-1] <br>- [Trusted signing][LINK-1]<br>-[Smart App control][LINK-1]|
---
[LINK-1]: https://www.microsoft.com

View File

@ -18,4 +18,6 @@ items:
- name: Cloud security - name: Cloud security
href: cloud-security/toc.yml href: cloud-security/toc.yml
- name: Windows Privacy 🔗 - name: Windows Privacy 🔗
href: /windows/privacy href: /windows/privacy
- name: Developer resources
href: dev-resources.md