Прочетете на английски Редактиране

Споделяне чрез


ProcessStartInfo.Password Property

Definition

Important

This API is not CLS-compliant.

Gets or sets a secure string that contains the user password to use when starting the process.

C#
[System.CLSCompliant(false)]
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
public System.Security.SecureString? Password { get; set; }
C#
[System.CLSCompliant(false)]
public System.Security.SecureString Password { get; set; }
C#
public System.Security.SecureString Password { get; set; }

Property Value

The user password to use when starting the process.

Attributes

Remarks

Важно

The WorkingDirectory property must be set if UserName and Password are provided. If the property is not set, the default working directory is %SYSTEMROOT%\system32.

Бележка

Setting the Domain, UserName, and the Password properties in a ProcessStartInfo object is the recommended practice for starting a process with user credentials.

A SecureString object is like a String object in that it has a text value. However, the value of a SecureString object is automatically encrypted, it can be modified until your application marks it as read-only, and it can be deleted from computer memory by either your application or the .NET Framework garbage collector.

For more information about secure strings and an example of how to obtain a password to set this property, see the SecureString class.

Бележка

If you provide a value for the Password property, the UseShellExecute property must be false, or an InvalidOperationException will be thrown when the Process.Start(ProcessStartInfo) method is called.

Applies to

Продукт Версии
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1