C# Add Timestamp to PKCS#7 CMS Digital Signature
问题 I am a software developer in charge of a project to digitally sign text files with PCKS#7. There is a third party in charge of analysing the signed file to tell us if it's correct or not. The issue I'm having is that they say the signer info does not contain a timestamp. They assured me I do not need to hire an outside trusted server for the timestamp, that the server's timestamp would be enough. I have scoured the internet and came up with the following code to try and add the timestamp but