On Dec 29, 2011, at 10:23 AM, Rajendran P wrote: > I have multithreaded App which uses the certificate . the call to > CSSM_SignData function invokes the ( SecurityAgent - keychains ) prompt for > keychain password . the call to CSSM_SignData is blocking till the user > responds to prompts (the current thread is blocked). i need to cancel the > prompts on few scenarios :( . how to cancel the prompts through another > thread ? .
To my knowledge there is no way to abort a call that's blocked waiting for the user to authenticate. But you're better off asking on the apple-cdsa list; this isn't a Cocoa API and I don't think many of the security folks read this list. —Jens _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com