ServerProxyAccount.SetPassword Method

Definition

Overloads

SetPassword(SecureString)

Sets the Password that is used by the proxy

SetPassword(String)

Sets the Password that is used by the proxy

SetPassword(SecureString)

Sets the Password that is used by the proxy

public void SetPassword (System.Security.SecureString password);
member this.SetPassword : System.Security.SecureString -> unit
Public Sub SetPassword (password As SecureString)

Parameters

password
SecureString

Applies to

SetPassword(String)

Sets the Password that is used by the proxy

public void SetPassword (string password);
member this.SetPassword : string -> unit
Public Sub SetPassword (password As String)

Parameters

password
String

Applies to