xmlencryptionlinq-to-xmlxml-literals

XLinq with encrypted files?


How do I create/read/write XLinq and/or VB XML Literals from and to encrypted xml files?


Solution

  • You just load XML to memory, decrypt it and then do whatever you like. There is no way of direct manipulation of already encrypted XML without prior decryption because this just negates encryption at all.