Tagged Questions

1
vote
1answer
154 views

TimeStampResponse

I am using Bouncy Castle to read response from Time Stamp server in .NET.Now i want to show time stamp server certificate to client, how can I read time stamp server certificate from response? Thanks ...
0
votes
0answers
57 views

TimeStampToken and Certificate Chain

I am using Bouncy Castle to read response from Time Stamp server in .NET. In response i have only signer certificate, but i need to include certificate chain, because time stamp server cannot be ...
0
votes
1answer
140 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 ...