2 writes to Password
System (2)
services\monitoring\system\diagnosticts\Process.cs (2)
2291startInfo.Password = password; 2302startInfo.Password = password;
4 references to Password
System (4)
services\monitoring\system\diagnosticts\Process.cs (4)
2059if (startInfo.Password != null && startInfo.PasswordInClearText != null) 2069if( startInfo.Password != null) { 2070password = Marshal.SecureStringToCoTaskMemUnicode(startInfo.Password); 2187if( !String.IsNullOrEmpty(startInfo.UserName) || (startInfo.Password != null) ) {