Hi,
I'm using Delphi XE.
I need to sign file with RSA cert from smart card, type PKCS7, p7s.
Problem is that I can't access private key at card.
Could you see what is wrong..
This is code:
var
signPara: CRYPT_SIGN_MESSAGE_PARA;//CRYPT_SIGN_MESSAGE_PARA ;
hashAlgorithm...