I use advapi32.dll s logonuser method to access data over our network.
I know it change the thread s user to the information i give it, but i was wondering if there s a way to reverse it.
I want to access the data and then return to the local user credentials.
What is the use of default keyword in C#? Is it introduced in C# 3.0 ?