Skip to content

Instantly share code, notes, and snippets.

@detroitpro
Created August 3, 2011 14:18
Show Gist options
  • Save detroitpro/1122742 to your computer and use it in GitHub Desktop.
Save detroitpro/1122742 to your computer and use it in GitHub Desktop.
Impersonation Usage
var credentials = new UserCredentials("domain", "username", "password");
using (var user = new UserImpersonation(credentials))
{
///my code here.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment