문제

I use the following UL for timestamp: http://timestamp.verisign.com/scripts/timstamp.dll

But the internet goes off on rare occasions and the assembly needs to be compiled and certified and timestamped, so is there any way to timestamp an assembly using the computer's clock time on which it is being timestamped and code-signed/certified instead of using a URL?

도움이 되었습니까?

해결책

No, you can't. the purpose of digital timestamping is to certify the time, at which your signature is made. It's the third-party that certifies the time, so you can't do this yourself.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top