Skip to content
Advertisement

Tag: impersonation

Windows User Impersonation in .NET Core on Linux?

I’m writing a .NET Core application in C# that will run on a Linux server, but I need to impersonate a Windows user in order to access some remote resources on a Windows Server. I have credentials to authenticate there, but all the implementations I see rely on the “Advanced Windows 32 Base API” (advapi32.dll), which is a shared Windows

Advertisement