ProcessStartInfo.PasswordInClearText 속성

정의

프로세스를 시작할 때 사용할 일반 텍스트 형식의 사용자 암호를 가져오거나 설정합니다.

public:
 property System::String ^ PasswordInClearText { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
public string? PasswordInClearText { get; set; }
public string PasswordInClearText { get; set; }
[System.ComponentModel.Browsable(false)]
public string PasswordInClearText { get; set; }
[<System.Runtime.Versioning.SupportedOSPlatform("windows")>]
member this.PasswordInClearText : string with get, set
member this.PasswordInClearText : string with get, set
[<System.ComponentModel.Browsable(false)>]
member this.PasswordInClearText : string with get, set
Public Property PasswordInClearText As String

속성 값

지우기 텍스트의 사용자 암호입니다.

특성

적용 대상