3 references to PasswordInClearText
System (3)
services\monitoring\system\diagnosticts\Process.cs (3)
2059if (startInfo.Password != null && startInfo.PasswordInClearText != null) 2071} else if( startInfo.PasswordInClearText != null) { 2072password = Marshal.StringToCoTaskMemUni(startInfo.PasswordInClearText);