pete_reay
2004-01-30 15:31:09 UTC
Hi
I'm using the .NET Framework to make an HTTPS request to a server which requests a client certificate. Whenever I make a request it pops up a dialog titled "Signing data with your private exchange key" saying "An application is requesting access to a protected item - CryptoAPI private key".
It's no problem this popping up once, but the application makes many requests and often has to retry after timeouts. I want to know if there is any way I can give the application permanent 'permission' to use the certificate without repeatedly asking the user.
I'm not sure of the exact CryptoAPI functions the .NET framework is calling, I just would like to know if it is possible in principle... Or is this a design feature of the CryptoAPI?
Any information or suggestions would be very much appreciated.
Thanks in advance
Pete Reay
I'm using the .NET Framework to make an HTTPS request to a server which requests a client certificate. Whenever I make a request it pops up a dialog titled "Signing data with your private exchange key" saying "An application is requesting access to a protected item - CryptoAPI private key".
It's no problem this popping up once, but the application makes many requests and often has to retry after timeouts. I want to know if there is any way I can give the application permanent 'permission' to use the certificate without repeatedly asking the user.
I'm not sure of the exact CryptoAPI functions the .NET framework is calling, I just would like to know if it is possible in principle... Or is this a design feature of the CryptoAPI?
Any information or suggestions would be very much appreciated.
Thanks in advance
Pete Reay