We currently have code like this:
Dim xDoc = XDocument.Load(myXMLFilePath)
The only way we know how to do it currently is by using a file path and impersonation (since this file is on a secured network path).
I've looked at XDocument.Load on MSDN, but I don't see anything.