Possible Duplicate:
File Signature Validation
Hello I have a basic game that I made that relies on dll files, all of which are signed. If someone were to tamper with the dll files, one may be able to manipulate the game in ways that are not intended. Is there a way in either VB, C++ or C# to verify that a file is digitally signed from a certain source? I found that this sign tool says it verifies files but that is distributed with an sdk and although im not a lawyer, I would imagine that I am not allowed to distribute that file in my program.