Are there have any class equal to SignedXML visual in C++ (I mean not dependency on开发者_如何学编程 .net framework)?
You can digitally sign XML from a Windows C++ app using libxml and xmlsec. You will probably also need openssl and libxslt.
It can take a bit of time to get them compiled with settings compatible with your app, but once they are compiling and linking they work OK.
精彩评论