XLinq with encrypted files?

116 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 answers

4
Vladislav Rastrusny 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.