A function identified as deprecated has been superseded and may become unsupported in the future.
Creates a keychain reference from a file specification record. (Deprecated in Mac OS X v10.5.)
Not Recommended
OSStatus KCMakeKCRefFromFSSpec ( FSSpec *keychainFSSpec, KCRef *keychain );
A pointer to a keychain file specification record.
On return, a pointer to a reference to the
keychain specified by the file in the keychainFSSpec parameter.
A result code. See “Keychain Manager Result Codes.”
When you are finished with a keychain, you should call the
function KCReleaseKeychain to deallocate
its memory. You should not use the keychain after its memory has
been deallocated.
Available beginning with KeychainLib 2.0.
Use the SecKeychainOpen function
in Keychain Services instead. If the keychain doesn’t exist, use
the SecKeychainCreate function in Keychain
Services.
KeychainCore.h
© 2001, 2005 Apple Computer, Inc. All Rights Reserved. (Last updated: 2005-07-07)