KeychainCore.h: Where is KCAddGenericPassword?
KeychainCore.h: Where is KCAddGenericPassword?
- Subject: KeychainCore.h: Where is KCAddGenericPassword?
- From: Manfred Lippert <email@hidden>
- Date: Sun, 27 Jan 2002 21:05:45 +0100
Hi,
I am new to keychain programming and tried to use KCAddGenericPassword() in
a Cocoa program using Project Builder. The compiler cannot find this
function, so I took a look at the KeychainCore.h file, and there really is
no such function (the compiler is right ;-)).
But where is it?
Is this function (or the Keychain Manager documentation) deprecated?
What is the quickest and easiest way to add a password (program specific) to
the default keychain, when I have this password as NSString?
Regards,
Mani