XmlTextWriter textWriter = new XmlTextWriter(@"D:\temp.xml", null);
textWriter.Formatting = Formatting.Indented;
MyXmlDoc.Save(textWriter);
Posts tonen met het label XML. Alle posts tonen
Posts tonen met het label XML. Alle posts tonen
donderdag 13 augustus 2009
woensdag 12 augustus 2009
dinsdag 28 juli 2009
XML node encryption (TripleDES)
Use this class to encrypt or decrypt one ore more xml nodes with sensitive data, with the use of the TripleDES encryption algorithm. This encryption generates only private keys. (symmetric encryption)
Labels:
encrytption,
security,
Tripledes,
XML,
XML encryption
Abonneren op:
Posts (Atom)