2 references to Password
System.Diagnostics.Process (2)
System\Diagnostics\ProcessStartInfo.Unix.cs (2)
52get { throw new PlatformNotSupportedException(SR.Format(SR.ProcessStartSingleFeatureNotSupported, nameof(Password))); } 53set { throw new PlatformNotSupportedException(SR.Format(SR.ProcessStartSingleFeatureNotSupported, nameof(Password))); }