We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Checksum is supported, but the signing with PKCS#7 would require some work. Should be relatively straightforward to support with https://learn.microsoft.com/en-us/dotnet/api/system.security.cryptography.pkcs.cmssigner
Also see Windows Authenticode Portable Executable Signature Format (.docx)
The text was updated successfully, but these errors were encountered:
You can also lookup the (decade old) implementation inside Mono.Security.dll which was used to implement Mono's version of signcode.
Mono.Security.dll
signcode
Sorry, something went wrong.
No branches or pull requests
Checksum is supported, but the signing with PKCS#7 would require some work. Should be relatively straightforward to support with https://learn.microsoft.com/en-us/dotnet/api/system.security.cryptography.pkcs.cmssigner
Also see Windows Authenticode Portable Executable Signature Format (.docx)
The text was updated successfully, but these errors were encountered: