so there isn't a way to run, say, a single method, as a specified user?
where i'm coming from is...
i want to create a directoryInfo list for a unc directory. i'm running the app as a non-admin user (eventually will be a service) but it's not finding the directory due to permissions.
i want to be able to 'elevate' to admin privileges for a one-of method within the app.
like how you can specify sa and sa password for databases access.