ServerProxyAccount.SetPassword Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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