Re: Retrieving AppleShare passwords from the Keychain
Re: Retrieving AppleShare passwords from the Keychain
- Subject: Re: Retrieving AppleShare passwords from the Keychain
- From: Andreas Mayer <email@hidden>
- Date: Thu, 3 Jun 2004 00:23:24 +0200
Am 02.06.2004 um 20:58 schrieb Lorenzo Thurman:
I find the documentation incomplete in this regard.
Would I be wrong in thinking that an AppleShare password is just an
Internet password with some AppleShare specific attributes?
This is documented - kind of ...
http://developer.apple.com/documentation/Security/Conceptual/
keychainServConcepts/03tasks/chapter_3_section_2.html
"Note: AppleShare passwords created with the legacy Keychain Manager
function KCAddAppleSharePassword are stored as Internet password items.
You can use the SecKeychainAddInternetPassword function to store an
AppleShare password, but it will appear in the Keychain Access utility
as an Internet password. To create a keychain item with a class code of
kSecAppleSharePasswordItemClass, you must use the lower-level API
described in ."
That's not a copying error. The name of the relevant API is indeed
missing.
I guess it should read "Keychain Services Reference":
http://developer.apple.com/documentation/Security/Reference/
keychainservices/index.html?
http://developer.apple.com/documentation/
Security/Reference/keychainservices/keychainServRef/
function_group_11.html
Andreas
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.