yiminyangguang520 / eid-mw

Automatically exported from code.google.com/p/eid-mw
GNU Lesser General Public License v3.0
0 stars 0 forks source link

activex doesn't read cards>=2014 #125

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. access app, vba, add reference to activex
2. try to read, you will get error 21 (root certificate validity).
In my case the card is valid from 15/7/2014 to 14/7/2024.

Is it possible to get an update of the activex?

Original issue reported on code.google.com by jaimepas...@gmail.com on 9 Aug 2014 at 8:47

GoogleCodeExporter commented 9 years ago
hello,

Unfortunatelly SDK 3.5 is no longer maintained.

For VBA support for new eID cards (delivered starting from March 1st 2014)you 
will need to use SDK 4.
https://code.google.com/p/eid-mw/wiki/SDK40

SDK 4 is a pkcs11 c-library, but there are many wrappers available by third 
parties to support other languages.

In our examples we also give the example of how to build a particular c# 
wrapper (pkcs11net), which in turn can be integrated in VBA

Original comment by frederik...@gmail.com on 11 Aug 2014 at 7:17