CardAcquireContext not called from CryptoAPI App without using card reader?
69 views
Skip to first unread message
Raut
unread,
Jan 17, 2013, 5:31:11 AM1/17/13
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I am trying to write minidriver for cardreader and right now I dont have any smart cardreader. So I wrote one mindriver in which I am exporting cardAcquireContext function along with other function.Then I wrote one application which is using crypto APIs (for eg cryptoAcquireContext to get handle to key container) which can call my minidriver cardAcquireContext. But my application is unnable to call the cardAcquireContext function.I want to know
1)why function cardAcquireContext is not called implicitly but can be called explicitly(direct call to exported function from my application).
2)Is it necessary to have a cardreader and smart card to call base CSP functions of minidriver?
I am using
O.S.->window 7(64 bit)
plateform->visual studio 2010