I recently found here a very informative article about getting various informations from Authenticode signed executables:
Get timestamp from Authenticode Signed files in .NET
I managed how to retrieve TimeStamp date attribute but i don't know much about raw data conversion, and I assume it has to be done to convert that attribute from byte array to DateTime object.
Could anyone give me an example how to achive this in C#?
Thanks.