VerifyPassphrase Method
Verifies the passphrase of specified key.
Object Oriented Interface
public function doVerifyPassphrase($passphrase);
Procedural Interface
ipworksopenpgp_keymgr_do_verifypassphrase($res, $passphrase);
Remarks
This method verifies the passphrase of the key specified by UserId.
If the password is correct, this method returns True; otherwise, this method returns False.