From 20c671fdf671cba00107f4b495c31c3537af551d Mon Sep 17 00:00:00 2001 From: Jordan Geurten Date: Wed, 18 Oct 2023 13:44:21 -0400 Subject: [PATCH] documented developer mode dynamic code trust --- .../design/select-types-of-rules-to-create.md | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/security/application-security/application-control/windows-defender-application-control/design/select-types-of-rules-to-create.md b/windows/security/application-security/application-control/windows-defender-application-control/design/select-types-of-rules-to-create.md index a5798f2f02..ea812c56fa 100644 --- a/windows/security/application-security/application-control/windows-defender-application-control/design/select-types-of-rules-to-create.md +++ b/windows/security/application-security/application-control/windows-defender-application-control/design/select-types-of-rules-to-create.md @@ -47,6 +47,7 @@ You can set several rule options within a WDAC policy. Table 1 describes each ru | **18 Disabled:Runtime FilePath Rule Protection** | This option disables the default runtime check that only allows FilePath rules for paths that are only writable by an administrator.
NOTE: This option is only supported on Windows 10, version 1903 and later, or Windows Server 2022 and later. | Yes | | **19 Enabled:Dynamic Code Security** | Enables policy enforcement for .NET applications and dynamically loaded libraries.
NOTE: This option is only supported on Windows 10, version 1803 and later, or Windows Server 2019 and later. | No | | **20 Enabled:Revoked Expired As Unsigned** | Use this option to treat binaries signed with revoked certificates, or expired certificates with the Lifetime Signing EKU on the signature, as "Unsigned binaries" for user-mode process/components, under enterprise signing scenarios. | No | +| ** Enabled:Developer Mode Dynamic Code Trust** | Use this option to trust content that is 'F5 deployed' in Visual Studio or full package deployment through device portal when Developer Mode is enabled on the system. | No | ## Windows Defender Application Control file rule levels