views:

37

answers:

0

Hi, I have an ActiveX DLL that uses ECDSACom from Dragongate Technologies to create a signature for a product licence. The product, when starting, uses the signature generated, the public key and the licence to check if the licence is good. But now I'm changing to .NET and 64bit applications and the ECDSACom can't be used since is a COM DLL. Is there any library so I can check the signature (given the signature, data that was signed and public key)?

Thanks, Pedro