0
votes
0answers
19 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 …
1
vote
2answers
213 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 …
