ivan74 Posted August 30, 2005 Posted August 30, 2005 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 don't use XmlWriteMode.DiffGram. Why is that? Quote
Diesel Posted September 3, 2005 Posted September 3, 2005 Did anything change in the dataset from the previous time you emitted the Xml? Quote
ivan74 Posted September 5, 2005 Author Posted September 5, 2005 No. If you mean the structure of dataset. I came around the problem:I don't use signxml anymore instead I compute hash. It is the same for me, but I am still curious why I was receivng empty dataset. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.