XML Signature
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Does anyone have any good examples of C++ code that will sign an XML document without having to use any third party libraries? If so could you please let me know the URL or let me see a copy of the code. Thanks very much.
If you are developing on .NET platfrom: http://msdn2.microsoft.com/en-us/library/system.security.cryptography.xml.signedxml(vs.71).aspx -- Soyuz