Benutzer-Werkzeuge

Webseiten-Werkzeuge


csharp:impersonateusercontext

Impersonate usercontext

System.Security.Principal.WindowsImpersonationContext impersonationContext;
impersonationContext = ((System.Security.Principal.WindowsIdentity)User.Identity).Impersonate();
impersonationContext.Undo();

csharp/impersonateusercontext.txt · Zuletzt geändert: 2016/07/11 13:27 von ronny

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki