ApplicationRole.ChangePassword 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
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.