DeleteKey Method
Deletes the keyset associated with the provided name.
Object Oriented Interface
public function doDeleteKey($keyname);
Procedural Interface
ipworksopenpgp_certmgr_do_deletekey($res, $keyname);
Remarks
This method will delete the keyset (public/private key pair) associated with KeyName from the Cryptographic Service Provider (CSP). The CSP can be set using the CSP configuration setting.
NOTE: This functionality is only available in Windows.