Half finished documentation, scripts and other scraps from my work related projects.
Friday, August 19, 2016
SharePoint custom C# code - impersonate the app pool account
note to self - in SharePoint when you need to impersonate the application pool account, you can use WindowsIdentity.Impersonate(IntPtr.Zero) like this:
No comments:
Post a Comment