ServerProxyAccount.SetAccount 메서드

정의

오버로드

Name Description
SetAccount(String, SecureString)

프록시에서 사용하는 계정 및 암호를 설정합니다.

SetAccount(String, String)

프록시에서 사용하는 계정 및 암호를 설정합니다.

SetAccount(String, SecureString)

프록시에서 사용하는 계정 및 암호를 설정합니다.

public void SetAccount(string windowsAccount, System.Security.SecureString password);
member this.SetAccount : string * System.Security.SecureString -> unit
Public Sub SetAccount (windowsAccount As String, password As SecureString)

매개 변수

windowsAccount
String
password
SecureString

적용 대상

SetAccount(String, String)

프록시에서 사용하는 계정 및 암호를 설정합니다.

public void SetAccount(string windowsAccount, string password);
member this.SetAccount : string * string -> unit
Public Sub SetAccount (windowsAccount As String, password As String)

매개 변수

windowsAccount
String
password
String

적용 대상