ServerProxyAccount.SetAccount Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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