Skip to content

Commit

Permalink
Mention NetFx40_LegacySecurityPolicy for PublicSign (#99184)
Browse files Browse the repository at this point in the history
* Update public-signing.md

* Specify "may" because we've seen it work on some machines but not others.

It's not clear to use what the difference is other than a hunch that it fails on Windows Server but works fine on Windows Client OS.

* Add missing angle bracket
  • Loading branch information
KirillOsenkov authored Mar 8, 2024
1 parent ba13ef0 commit e7e3dee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/project/public-signing.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Known issues when debugging and testing public signed assemblies on .NET Framewo
- You will not be able to load the assembly in an AppDomain where shadow copying is turned on.
- You will not be able to load the assembly in a partially trusted AppDomain
- You will not be able to pre-compile ASP.NET applications
- You may not be able to load the assembly if the `app.config` file specifies `<configuration>`/`<runtime>`/`<NetFx40_LegacySecurityPolicy enabled="true" />`

The `corflags.exe` tool that ships with the .NET Framework SDK can show whether a binary is delay-signed or strong-named. For a delay-signed assembly it may show:

Expand Down

0 comments on commit e7e3dee

Please sign in to comment.