To use the Keychain Manager, you must first make sure that it is installed, and find out which version is installed. You should call the function
KeychainManagerAvailable
to determine whether it is installed and available. Note that
KeychainManagerAvailable
is an inline function, statically linked to your application when you build it; all other Keychain Manager routines are implemented in the shared library. To determine which version that is installed, call the function
KCGetKeychainManagerVersion
.