Re: what is the struct of SecKeychainItemRef?
Re: what is the struct of SecKeychainItemRef?
- Subject: Re: what is the struct of SecKeychainItemRef?
- From: Jens Alfke <email@hidden>
- Date: Wed, 3 Feb 2010 10:54:17 -0800
On Feb 3, 2010, at 10:29 AM, John Yeh wrote:
After a ponter to SecKeychainItemRef is returned, How do I extract
(or explore) the data from SecKeychainItemRef?
It's not a struct, it's an opaque CoreFoundation object. Take a look
at the accessor functions named SecKeychainItemGetXXX or
SecKeychainItemCopyXXX.
—Jens_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden