Question:
I want to sign mail with Etoken (aladdin). I am using web platform. Which product is suitable for me?
Also Etoken that I used does not allow me to get (or extract) the private key.
Etoken is doing processes using private key in itself.
The Chilkat Email product can automatically utilize certificates that have associated private keys that reside on an eToken (such as Aladdin). The Chilkat MailMan object can sign emails in the SendEmail and RenderToMime methods. The Chilkat Mime object can also create PKCS7 signed mime. In all cases, Chilkat will automatically find the certificate in the Windows certificate store, and it will see that the private is not exportable. In that case, it will relegate the signing to the Microsoft CryptoAPI which will automatically use the Aladdin CSP to do the signing. Here are a few notes about it: