Topics
All
Mac OS X
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Guides
Examples
New in version:
7.4
7.5
8.0
8.1
8.2
8.3
8.4
8.5
9.0
9.1
Statistic
Keychain.DeletePassword
Delete password from keychain.
Component | Version | macOS | Windows | Server | FileMaker Cloud | FileMaker iOS SDK |
Keychain | 8.4 | Yes | No | No | No | Yes |
MBS( "Keychain.DeletePassword"; Location; Username ) More
Parameters
Parameter | Description | Example value |
---|---|---|
Location | The location where the database is. Must be prefixed with FMP. e.g. "FMP: " or "FMPADMIN: " followed with the name or IP. |
"FMPADMIN: mbs.test.ifmcloud.com" |
Username | The user name. | "Admin" |
Result
Returns OK or error.
Description
Delete password from keychain.We look for a FileMaker password with given account name and location.
Examples
Deletes a password:
MBS("Keychain.DeletePassword"; "FMP: Anlagen"; "Admin")
See also
Created 25th August 2018, last changed 25th August 2018
Keychain.AddPassword - Keychain.ListAccounts
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins