Binaries in MarkDig.Signed are unsigned #735

Closed
opened 2026-01-29 14:44:20 +00:00 by claunia · 1 comment
Owner

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!

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!
claunia added the question label 2026-01-29 14:44:20 +00:00
Author
Owner

@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

@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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#735