Delete Password from Keychain |
Deletes a password from the keychain (for this account and/or yourID).
Syntax
Delete Password from Keychain [ Select ; Result (error) ; Account ; YourID ]
Options
Select entire contents | replaces the entire contents of a field with the result. If not checked the result replaces the currently selected portion of the field |
Result (error) | an error code |
Account | the name of the account for this password |
YourID | (optional) the extra ID that was used for this password |
Returned Result
Data type returned
Error code
Result
The returned result is an error code. An error always starts with 2 dollars, followed by the error code. You should always check for errors. Returned error codes can be:
0 | no error | the password was deleted from the keychain |
$$-25300 | errKCItemNotFound | the password could not be found in the keychain |
$$-50 | paramErr | parameter error |
Originated in
Troi Encryptor Plug-in 4.0
Compatibility
FileMaker Pro 16 to FileMaker Pro 2023
Considerations
The password is safely stored in the keychain and it can be deleted from the keychain without the user needing to enter the (keychain) password. The keychain is unlocked when the user logs in into the operating system.
Be careful when using this function, a deleted password can no longer be retrieved.
If you specify an account and/or yourID combination for which no password exists, the plug-in returns error code $$-25300.
Example
Delete Password from Keychain [ Select ; $ErrorCode ; "John Deere" ]
This will delete the password for the account “John Deere” from the keychain.
Example 2
Delete Password from Keychain [ Select ; $ErrorCode ; "Sales" ; "Invoices|Notes|REC1001" ]
This will remove the password from the keychain which was stored with the account parameter “Sales” and the yourID parameter “Invoices|Notes|REC1001”.
Used in example file
EncryptAES.fmp12
Related script steps
Get Password from Keychain |
Save Password to Keychain |
Related function
Encr_DeletePasswordFromKeychain |
Related topics
Troi Encryptor Plug-in online help (overview)