by Eugene Rosenfeld | Jan 7, 2010 | Identity Management (IdM), Impersonation
I’ve talked to many customers who were looking to make the various applications in their organizations behave as a single system to their end users. This is a great goal as it leads to many benefits from higher user productivity to lower training costs. However, the...
by Eugene Rosenfeld | Aug 10, 2009 | .Net, C#, Impersonation
I do a lot of server programming. I frequently need to be able to run some code as a different user than the currently logged-in user. Unfortunately, the .Net Framework does not make this particularly easy. Sure, there is the WindowsIdentity class and its Impersonate...