KeychainItem.Delete
From Xojo Documentation
This item was deprecated in version 2019r2. Please use KeychainItem.Remove as a replacement. |
Method
This method is only available on the macOS platform. For cross-platform compatibility, use #If...#Endif with the Target... specifiers to make sure you will not attempt to use this method on an incompatible platform. |
Deletes the KeychainItem.
Notes
You can change passwords in a Keychain by deleting the original item using this method and adding another item.
Example
This example deletes the current keychainitem.
kci.Delete