| c# Programming Glossary: phtokenRun Powershell-Script from C# Application http://stackoverflow.com/questions/11120452/run-powershell-script-from-c-sharp-application  int dwLogonType int dwLogonProvider ref IntPtr phToken DllImport advapi32.dll CharSet CharSet.Auto SetLastError true.. 
 How do you impersonate an Active Directory user in Powershell? http://stackoverflow.com/questions/11806/how-do-you-impersonate-an-active-directory-user-in-powershell  int dwLogonType int dwLogonProvider ref IntPtr phToken DllImport advapi32.dll CharSet CharSet.Auto SetLastError true.. 
 C#: How to logon to a share when using DirectoryInfo http://stackoverflow.com/questions/1232120/c-how-to-logon-to-a-share-when-using-directoryinfo  int dwLogonType int dwLogonProvider ref IntPtr phToken DllImport advapi32.dll SetLastError true public static extern.. int dwLogonType int dwLogonProvider ref IntPtr phToken DllImport advapi32.dll CharSet CharSet.Auto SetLastError true.. 
 How to change folders permission to the current user by using admin credentials? http://stackoverflow.com/questions/18580419/how-to-change-folders-permission-to-the-current-user-by-using-admin-credentials  dwLogOnProvider The dw log on provider. param param name phToken The ph token. param returns returns DllImport advapi32.dll CharSet..  int dwLogOnType  int dwLogOnProvider  ref IntPtr phToken  summary Duplicates the token. summary param name hToken The.. 
 Process.Start with different credentials with UAC on http://stackoverflow.com/questions/2313553/process-start-with-different-credentials-with-uac-on  UInt32 WTSQueryUserToken UInt32 SessionId ref IntPtr phToken DllImport advapi32.dll SetLastError true static extern Boolean.. 
 How do I pass credentials to a machine so I can use Microsoft.Win32.RegistryKey.OpenRemoteBaseKey() on it? http://stackoverflow.com/questions/2541504/how-do-i-pass-credentials-to-a-machine-so-i-can-use-microsoft-win32-registrykey  int dwLogonType int dwLogonProvider ref IntPtr phToken DllImport kernel32.dll CharSet CharSet.Auto SetLastError true.. 
 Using Process.Start() to start a process as a different user from within a Windows Service http://stackoverflow.com/questions/362419/using-process-start-to-start-a-process-as-a-different-user-from-within-a-windo  int dwLogonType int dwLogonProvider out IntPtr phToken  #region GetTokenInformation BOOL WINAPI GetTokenInformation.. 
 How to Process Start with Impersonated Domain User http://stackoverflow.com/questions/4624113/how-to-process-start-with-impersonated-domain-user  int dwLogonType int dwLogonProvider ref IntPtr phToken DllImport kernel32.dll CharSet CharSet.Auto public extern static.. 
 Copy file to remote computer using remote admin credentials http://stackoverflow.com/questions/766033/copy-file-to-remote-computer-using-remote-admin-credentials  As Integer ByVal dwLogonProvider As Integer _ ByRef phToken As IntPtr As Integer End Function Private Sub Button1_Click.. 
 |