How to sign XML document or verify XML document signature with C++?
- by Budda
Subj. I need to sign/verify in native C++ (no .NET), using private key for signing, public key for verification.
I saw few examples on MSDN (http://msdn.microsoft.com/en-us/library/ms761363(VS.85).aspx) that demonstrate how to sign the document with CSP (I don't know what this means).
For my case I need to create a "key" from the binary data array... can somebody help me with that?
Thank you in advance.