XLinq with encrypted files?

135 Views Asked by At

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

1

There are 1 best solutions below

4
On BEST ANSWER

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.