signedxml and diffgram

ivan74

Member
Joined
May 16, 2005
Messages
21
Hi,
I have a following porblem:
First I signed xml file which is written with dataset.WriteXml(sw, XmlWriteMode.DiffGram), later when I open it, it passes signedXml.CheckSignature, but returns completely empty dataset.
It works fine if I dont use XmlWriteMode.DiffGram.
Why is that?
 
No. If you mean the structure of dataset.
I came around the problem:I dont use signxml anymore instead I compute hash. It is the same for me, but I am still curious why I was receivng empty dataset.
 
Back
Top