ChangePassphraseAsync Method
Changes the passphrase of the current key.
Syntax
[VB.NET] Public Function ChangePassphraseAsync(ByVal Passphrase As String) As IAsyncAction
[C#] public IAsyncAction ChangePassphraseAsync(string passphrase);
IP*Works! OpenPGP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ChangePassphraseAsync MethodChanges the passphrase of the current key. Syntax[VB.NET] Public Function ChangePassphraseAsync(ByVal Passphrase As String) As IAsyncAction [C#] public IAsyncAction ChangePassphraseAsync(string passphrase); RemarksThis method is the asynchronous version of the ChangePassphrase method and is used to support asynchronous operations in WinRT. Please refer to ChangePassphrase for more information. |
||