ChangePassPhrase Method
Change the PassPhrase for an account.
Syntax
[VB.NET] Public Sub ChangePassPhrase(ByVal NewPassPhrase As String)
[C#] public void ChangePassPhrase(string newPassPhrase);
Remarks
Use this method to change the PassPhrase of the current account. Pass the value of the new password when calling this method.
NOTE: This method has a corresponding asynchronous version (ChangePassPhraseAsync) for use in the Xamarin environment.