Posted February 12, 201114 yr A Complete Impersonation Demo in C#.NETIntroductionImpersonation is the ability of a thread to execute using a different security information than the process that owns the thread. Typically, a thread in a server application impersonates a client. This allows the server thread to act on behalf of that client to access objects on the server or validate access to the client's own objects.Link:/>http://www.codeproject.com/KB/dotnet/Csharp-Impersonation-Demo.aspx?display=Mobile
Create an account or sign in to comment