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