Share via


ApplicationRole.ChangePassword Method

Definition

Overloads

ChangePassword(SecureString)

Changes the password for the ApplicationRole.

ChangePassword(String)

Changes the password for the ApplicationRole.

ChangePassword(SecureString)

Changes the password for the ApplicationRole.

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

Parameters

password
SecureString

Password.

Applies to

ChangePassword(String)

Changes the password for the ApplicationRole.

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

Parameters

password
String

Password.

Applies to