Click here to Skip to main content
15,885,757 members
Please Sign up or sign in to vote.
2.25/5 (4 votes)
I want to create digital signature like
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
 <Envelope>

   <OrgContent>
   </OrgContent>

   <Signature>
     Y7z1Y+c+u80a9vhUSi`....`
     `......`u80a9vhUSi==
   </Signature>

   <Certificate>
     MIIExjCCA66gAwIBAgIJNv5`.......`
     `.....`66gAwIBAgIJNv5=
   </Certificate>

</Envelope>


Is there any source where i can get idea to generate these type of file while sending data from sender to receiver.
I refereed following link but not getting solution to generate above type of file.
http://www.c-sharpcorner.com/UploadFile/Gowri%20S%20Paramasivam/Cryptography211242005003308AM/Cryptography2.aspx[^]
Posted
Comments
Manfred Rudolf Bihy 19-Feb-13 11:42am    
What are your issues? Describe your problem clearly!
"Not getting solution" is not descriptive in any way.
vishal_h 19-Feb-13 23:01pm    
I want to send data in above xml format to receiver which contains data in encrypted format,signature and certificate.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900