User Profile

Collapse

Profile Sidebar

Collapse
VAISH
VAISH
Last Activity: Oct 8 '06, 04:09 PM
Joined: Aug 13 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • VAISH
    started a topic How to remove node from xml before pass to the string
    in .NET

    How to remove node from xml before pass to the string

    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...
    See more | Go to post

  • VAISH
    started a topic Canonical XML with SHA1
    in .NET

    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...
    See more | Go to post
No activity results to display
Show More
Working...