Home
last modified time | relevance | path

Searched refs:PasswordInClearText (Results 1 – 17 of 17) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.Process/ref/
H A DSystem.Diagnostics.Process.Manual.cs12 public string PasswordInClearText { get { throw null; } set { } } property in System.Diagnostics.ProcessStartInfo
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.Process/src/System/Diagnostics/
H A DProcessStartInfo.Windows.cs22 public string PasswordInClearText { get; set; } property in System.Diagnostics.ProcessStartInfo
H A DProcessStartInfo.Unix.cs23 public string PasswordInClearText property in System.Diagnostics.ProcessStartInfo
H A DProcess.Windows.cs518 if (startInfo.Password != null && startInfo.PasswordInClearText != null) in StartWithCreateProcess()
557 … fixed (char* passwordPtr = startInfo.PasswordInClearText ?? string.Empty) in StartWithCreateProcess()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.Process/tests/
H A DProcessStartInfoTests.cs395 p.StartInfo.PasswordInClearText = password; in TestUserCredentialsPropertiesOnWindows()
852 var info = new ProcessStartInfo { PasswordInClearText = passwordInClearText }; in PasswordInClearText_SetWindows_GetReturnsExpected()
853 Assert.Equal(passwordInClearText, info.PasswordInClearText); in PasswordInClearText_SetWindows_GetReturnsExpected()
861 Assert.Throws<PlatformNotSupportedException>(() => info.PasswordInClearText); in PasswordInClearText_GetSetUnix_ThrowsPlatformNotSupportedException()
862 …Assert.Throws<PlatformNotSupportedException>(() => info.PasswordInClearText = "passwordInClearText… in PasswordInClearText_GetSetUnix_ThrowsPlatformNotSupportedException()
H A DProcessTests.cs1658 PasswordInClearText = "Value", in Process_StartWithDuplicatePassword()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/services/monitoring/system/diagnosticts/
H A DProcessStartInfo.cs347 public string PasswordInClearText { property in System.Diagnostics.ProcessStartInfo
H A DProcess.cs2180 if (startInfo.Password != null && startInfo.PasswordInClearText != null) in StartWithCreateProcess()
2192 } else if( startInfo.PasswordInClearText != null) { in StartWithCreateProcess()
2193 password = Marshal.StringToCoTaskMemUni(startInfo.PasswordInClearText); in StartWithCreateProcess()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs4585 public string PasswordInClearText { get { throw null; } set { } } property in System.Diagnostics.ProcessStartInfo
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs4605 public string PasswordInClearText { get { throw null; } set { } } property in System.Diagnostics.ProcessStartInfo
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs4583 public string PasswordInClearText { get { throw null; } set { } } property in System.Diagnostics.ProcessStartInfo
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs4601 public string PasswordInClearText { get { throw null; } set { } } property in System.Diagnostics.ProcessStartInfo
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs7070 public string PasswordInClearText { get { throw null; } set { } } property in System.Diagnostics.ProcessStartInfo
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.cs7052 public string PasswordInClearText { get { throw null; } set { } } property in System.Diagnostics.ProcessStartInfo
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.cs7316 public string PasswordInClearText { get { throw null; } set { } } property in System.Diagnostics.ProcessStartInfo
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.cs7070 public string PasswordInClearText { get { throw null; } set { } } property in System.Diagnostics.ProcessStartInfo
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.cs7307 public string PasswordInClearText { get { throw null; } set { } } property in System.Diagnostics.ProcessStartInfo