<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2180" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;node = 
xmlSecFindNode(xmlDocGetRootElement(doc), "X509Certificate", 
xmlSecDSigNs);<BR></FONT><FONT face=Arial size=2>&nbsp;&nbsp;strcpy(certbase64, 
node-&gt;children-&gt;content);</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><SPAN class=221515614-06092006><FONT face=Arial size=2>// so if I save 
certbase64 to a file like xxx.cer it will be a valid 
certifcate.</FONT></SPAN></DIV>
<DIV><SPAN class=221515614-06092006><FONT face=Arial size=2>Me question is now 
how can I get acces into the xmlsec on this certficate.</FONT></SPAN></DIV>
<DIV><SPAN class=221515614-06092006><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=221515614-06092006>like</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;x509 = 
xmlSecMSCryptoKeyDataX509GetCert(tmp,pos);</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><SPAN class=221515614-06092006><FONT face=Arial size=2>Is there a way to 
load the cert from file</FONT></SPAN></DIV></BODY></HTML>