ProcessStartInfo::PasswordInClearText Property

 

Gets or sets the user password in clear text to use when starting the process.

Namespace:   System.Diagnostics
Assembly:  System (in System.dll)

public:
[BrowsableAttribute(false)]
property String^ PasswordInClearText {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The user password in clear text.

.NET Framework
Available since 4.6.1
Return to top
Show: