G
Guest
I need to port some C++ code to .Net/c#
One function we use retrieves the countersignature time from an authenticode signed dll or exe
Is there a way to do this using existing .Net classes or do I have to use P/Invoke for most of it?
One function we use retrieves the countersignature time from an authenticode signed dll or exe
Is there a way to do this using existing .Net classes or do I have to use P/Invoke for most of it?