Possible Duplicate:
how to check if a file has a digital signature
I want to implement sigcheck like functionality using C#. As per my understanding C# donot have classes for this functionality and I will have to port WinVerifyTrust() as well as CryptCATAdminCalcHashFromFileHandle().
Is anyone of you have already done this porting? or Can you suggest any other alternative to check if file is signed?
Appreciate your help.
Thank you.