mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-08 13:54:54 +00:00
Binaries in MarkDig.Signed are unsigned #735
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @trevors20 on GitHub (Apr 22, 2025).
I downloaded version 0.41.0 of the MarkDig.Signed nuget package and looked at the binaries to see if there are Digital Signatures on those binaries. I do not see any Digital Signatures.
How are these binaries "signed" if they are not Authenticode Signed?
Thanks!
@MihaZupan commented on GitHub (Apr 23, 2025):
The "Signed" part refers to "Strong Name Signing" (relevant for .NET Framework), it is not a security measure.
See https://github.com/dotnet/runtime/blob/main/docs/project/strong-name-signing.md