ChangePassphrase Method
Changes the passphrase of the current key.
Syntax
[VB.NET] Public Sub ChangePassphrase(ByVal Passphrase As String)
[C#] public void ChangePassphrase(string passphrase);
Remarks
The Passphrase parameter specifies the new passphrase.
The key's passphrase is required for this operation and may be specified via Passphrase or through the KeyPassphrase event.