<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>5 Nov 2014 16:05:25 Z</lastBuildDate><pubDate>5 Nov 2014 16:05:25 Z</pubDate><description>Hi I would like to Know  how big is  "sTextoXML : string with content of XML file to sign" &#13;
since i can have  a very big XML file..&#13;
&#13;
I believe that the best option would be  to use a TXT Xml  file instead a String, since String has some limitation.&#13;
&#13;
any body knows if i can use Txt file (wich contents is XML) ? or how many bytes in sTextoXML (string)&#13;
tks&#13;
Carlos Lages&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
This component allows digital signing for XML files using a digital certificates&#13;
-First, you need import this component to project&#13;
-After import, two new classes are created (CertificadosDigitais Class - Manage digital certificates | AssinaturaDigital Class - Contains the method for apply the signature on XML files)&#13;
To use this component it's needed declare an object of AssinaturaDigital class and call assinarXML method.&#13;
Parameters of assinarXML method:&#13;
- sTextoXML : string with content of XML file to sign&#13;
- sURI : URI for the signing&#13;
- sNroSerieCertificado : Serial Number of digital certificate (note: if this parameter is string blank "" a window be show for user to select an certificate)&#13;
&#13;
assinarXML method result it's a string of original XML content with signing tags</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/48785-digital-signing-for-xml-files-using-digital-certificates/read.awp</link><title>digital signing for XML files using a digital certificates</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster></channel></rss>
