ServerProxyAccount.SetAccount 方法

定義

多載

名稱 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

適用於