Connecting Tech Pros Worldwide Forums | Help | Site Map

How to use SCardTransmit to Write user data into Smart Card?

Newbie
 
Join Date: Aug 2009
Posts: 3
#1: Aug 25 '09
What parameters i need to pass to send user data into the smart card using SCardTransmit function. what other functions are required to achieve writing user data?

JosAH's Avatar
Expert
 
Join Date: Mar 2007
Posts: 10,611
#2: Aug 25 '09

re: How to use SCardTransmit to Write user data into Smart Card?


Quote:

Originally Posted by concoction View Post

What parameters i need to pass to send user data into the smart card using SCardTransmit function. what other functions are required to achieve writing user data?

I bet that is a function from a proprietary library; I also bet that library comes with documentation (hint, hint).

kind regards,

Jos
Newbie
 
Join Date: Aug 2009
Posts: 3
#3: Aug 26 '09

re: How to use SCardTransmit to Write user data into Smart Card?


SCardTransmit Function is an Authentication function which is alibrary dunction of Windows. It sends a service request to the smart card and expects to receive data back from the card.

The details of the function can be found in the following link:
http://msdn.microsoft.com/en-us/libr...8VS.85%29.aspx

Using this function an application which reads info from the smart card has been achieved. Now i would like to know how it cud be used to write user data into the smart card.

Regards,
Concoction
Reply