M
Micanopy23
Guest
Technology: C# .NET 2.0
Situation:
I would like one exe file to be able to check another exe file to see if it they were both signed by the same private key.
Story so far:
I can include either the CER file or the public key itself inside the first application as a resource, so I guess I'm really just asking how do you verify a signed file using a separate public key using .NET 2.0?
Thanks for reading.
Continue reading...
Situation:
I would like one exe file to be able to check another exe file to see if it they were both signed by the same private key.
Story so far:
I can include either the CER file or the public key itself inside the first application as a resource, so I guess I'm really just asking how do you verify a signed file using a separate public key using .NET 2.0?
Thanks for reading.
Continue reading...