Keychain Manager
Keychain Manager
- Subject: Keychain Manager
- From: Manfred Lippert <email@hidden>
- Date: Sun, 27 Jan 2002 22:59:16 +0100
Hi,
thank you for answering my first question on keychain manager. I forgot to
add the right Framework to my project. Now it works.
But now I have another question related to the Keychain Manager:
In the "Keychain Access" Application, for every item I can see the following
attributes (e.g. shown in the info dialog):
- Name
- Where
- Account
- Password
If I add a new item with KCAddGenericPassword, there are only parameters
for:
- serviceName
- accountName
- password
In Keychain Access I see for "Name" and "Where" the same text: it is the
string specified via the serviceName parameter.
How can I set "Name" and "Where" independently in my program?
Mani