Hi
I have a form with xml writer codes as below :
Example below :
_XmlTextWriter. WriteStartEleme nt("Channel");
_XmlTextWriter. WriteElementStr ing("URI","0660 ");
_XmlTextWriter. WriteElementStr ing("Product"," BVs");
_XmlTextWriter. WriteElementStr ing("Version"," 4.0");
_XmlTextWriter. WriteFullEndEle ment();//Channel...
User Profile
Collapse
-
How to remove node from xml before pass to the string
-
Canonical XML with SHA1
Hi
I am using C# (.NET) to do the following
I am trying to canonicalize the xml and signing the xml using sha1. Please read the scenario below
I have form with few fields, when I click save it will point to DLL file, then DLL file load the xml from the form and do the signing and giving me the value somthing like FGThHy509-sfjGHTmn+jgkjgk = and save output as an XML file. So far is fine. The calculated value will...
No activity results to display
Show More