Tagged Questions
4
votes
2answers
719 views
How Can I Prevent Needing to Re-sign My Code Every 1 or 2 Years?
I was reading What happens when a code signing certificate expires - Stack Overflow and wondering about a more solid answer. The answer provided was more about setting up your own CA. Even with your ...
0
votes
1answer
136 views
How to add timestamping signature to System.IO.Packaging.Package?
There is a way to create packages, add some parts and sign it with a X509Certificate.
I would also like to add a timestamping signature to the package.
If the certificate expires or gets revoked ...