While we are on the subject, I often get duplicates returned from
SecIdentitySearchCopyNext. So. inside my loop:
do
{
ortn=SecIdentitySearchCopyNext(srchRef, &idRef);
}while(ortn==noErr)
I get two different idRef values for the same certificate. This certificate
only appears once in the keychain...
Paul
> From: Perry The Cynic <email@hidden>
> Organization: Apple Computer
> Date: Wed, 10 May 2006 15:11:29 -0700
> To: <email@hidden>
> Subject: Re: opening smart card keychains
>
> Note (to all of you) that this isn't a very good idea. If you want a
> keychain operation to use the user's search list, pass NULL as the keychain
> argument. This will automatically use what SecKeychainCopySearchList would
> have returned.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Apple-cdsa mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/apple-cdsa/email@hidden
This email sent to email@hidden