| c# Programming Glossary: lpszpasswordRun Powershell-Script from C# Application http://stackoverflow.com/questions/11120452/run-powershell-script-from-c-sharp-application  int LogonUser string lpszUserName string lpszDomain string lpszPassword int dwLogonType int dwLogonProvider ref IntPtr phToken DllImport.. 
 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 LogonUser string lpszUserName string lpszDomain string lpszPassword int dwLogonType int dwLogonProvider ref IntPtr phToken DllImport.. 
 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 LogonUser string lpszUsername string lpszDomain string lpszPassword int dwLogonType int dwLogonProvider ref IntPtr phToken DllImport.. LogonUserA string lpszUsername string lpszDomain string lpszPassword int dwLogonType int dwLogonProvider ref IntPtr phToken DllImport.. 
 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  param name lpszDomain The LPSZ domain. param param name lpszPassword The LPSZ password. param param name dwLogOnType Type of the.. LogonUser String lpszUserName  String lpszDomain  String lpszPassword  int dwLogOnType  int dwLogOnProvider  ref IntPtr phToken  summary.. 
 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  LogonUser string lpszUsername string lpszDomain string lpszPassword int dwLogonType int dwLogonProvider ref IntPtr phToken DllImport.. 
 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  LogonUser string lpszUsername string lpszDomain string lpszPassword int dwLogonType int dwLogonProvider out IntPtr phToken  #region.. 
 How to Process Start with Impersonated Domain User http://stackoverflow.com/questions/4624113/how-to-process-start-with-impersonated-domain-user  LogonUser String lpszUsername String lpszDomain String lpszPassword int dwLogonType int dwLogonProvider ref IntPtr phToken DllImport.. 
 Copy file to remote computer using remote admin credentials http://stackoverflow.com/questions/766033/copy-file-to-remote-computer-using-remote-admin-credentials  lpszUsername As String ByVal lpszDomain As String _ ByVal lpszPassword As String ByVal dwLogonType As Integer ByVal dwLogonProvider.. 
 |