Top "Impersonation" questions

Impersonation is a process whereby an application assumes another identity or security context during execution.

How do you do Impersonation in .NET?

Is there a simple out of the box way to impersonate a user in .NET? So far I've been using …

c# .net impersonation
How to get HttpClient to pass credentials along with the request?

I have a web application (hosted in IIS) that talks to a Windows service. The Windows service is using the …

c# asp.net-web-api impersonation windows-security
Impersonate tag in Web.Config

I'm using impersonate tag in my web.config in Asp.net 4.0 website. Below is my Web.Config code: <system.…

asp.net web-config impersonation
How to use LogonUser properly to impersonate domain user from workgroup client

ASP.NET: Impersonate against a domain on VMWare This question is what I am asking, but the answer does not …

c# .net winforms c#-2.0 impersonation
How to get Windows user name when identity impersonate="true" in asp.net?

I'm creating an intranet asp.net mvc application that everyone in the company should have access to. I need to …

asp.net-mvc impersonation
Run Code as a different user

Is there a way to tell my code to run as a different user? I am calling NetUserSetInfo via a …

c# impersonation windows-authentication
Start a .Net Process as a Different User

I want to start a Process with Admin rights. When I run the code below the Process complains saying it …

c# impersonation
Windows Impersonation from C#

How can a C# program running as LocalSystem impersonate the login identity of another user temporarily? Roughly speaking I have …

c# windows impersonation
How to Impersonate a user for a file copy over the network when dns or netbios is not available

Possible Duplicate: Accessing Password Protected Network Drives in Windows in C#? I have ComputerA on DomainA running as userA needing …

c# impersonation
Run ExeCommand in customAction as Administrator mode in Wix Installer

I am new to wix installer. I have developed a set-up using wix installer for my application and I need …

wix installation impersonation wix3.7 elevated-privileges