Hello,
simple question, hope there is a simple answer :-)
Do you maybe know how to sign a xml file with a p12 certificate with vb6 and write the signature to a node inside this xml?
A code example would be great.
Davor
Printable View
Hello,
simple question, hope there is a simple answer :-)
Do you maybe know how to sign a xml file with a p12 certificate with vb6 and write the signature to a node inside this xml?
A code example would be great.
Davor
If you insert the signature into the XML you invalidate it by changing the XML. Not sure what you hope to achieve by that.
You are most probably looking for XMLDSIG implementation for VB6.
Here are some other implementation that have useful links there to relevant RFCs and articles:
https://github.com/PeculiarVentures/xmldsigjs
https://github.com/benoist/xmldsig
cheers,
</wqw>