I'm trying to retrieve a timestamp from a TSA using CryptRetrieveTimeStamp.
I can get it from some of the free services found on this answer, but always using the TIMESTAMP_NO_AUTH_RETRIEVAL
flag.
But now that I want to use a paid service that uses credentials I cannot figure it out how to get it using a username and a password.
Does anyone know how to send a username and password to a TSA using CryptRetrieveTimeStamp?