CodeExplorer Posted February 12, 2011 Posted February 12, 2011 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now