Re: how to cancel call to CSSM_SignData

2011-12-29 Thread Jens Alfke
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

how to cancel call to CSSM_SignData

2011-12-29 Thread Rajendran P
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 pro