Are there have any class equal to SignedXML visual in C++ (I mean not dependency on .net framework)?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.