ServerProxyAccount.SetAccount Methode

Definition

Überlädt

Name Beschreibung
SetAccount(String, SecureString)

Legt das Konto und das Kennwort fest, das vom Proxy verwendet wird.

SetAccount(String, String)

Legt das Konto und das Kennwort fest, das vom Proxy verwendet wird.

SetAccount(String, SecureString)

Legt das Konto und das Kennwort fest, das vom Proxy verwendet wird.

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)

Parameter

windowsAccount
String
password
SecureString

Gilt für:

SetAccount(String, String)

Legt das Konto und das Kennwort fest, das vom Proxy verwendet wird.

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

Parameter

windowsAccount
String
password
String

Gilt für: