ApplicationRole.ChangePassword 方法

定義

多載

名稱 Description
ChangePassword(SecureString)

更改 ApplicationRole 的密碼。

ChangePassword(String)

更改 ApplicationRole 的密碼。

ChangePassword(SecureString)

更改 ApplicationRole 的密碼。

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

參數

password
SecureString

密碼。

適用於

ChangePassword(String)

更改 ApplicationRole 的密碼。

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

參數

password
String

密碼。

適用於