beid35libCS.dll and beid35libCS_Wrapper.dll

247 views
Skip to first unread message

yourb...@gmail.com

unread,
Feb 7, 2017, 2:33:50 AM2/7/17
to eID Middleware Dev
Dear Sir,

I want to develop an application to read data from eID.
I was reading your pdf document (UDP_developers guide).
On the page number 7 it is written that we need these to dll files(beid35libCS.dll and beid35libCS_Wrapper.dll).
But unfortunately I don't know where to find them.
Would I be possible for you to kindly guide me please?

Thank in advance
Jay 

Frederik Vernelen

unread,
Feb 7, 2017, 2:41:34 AM2/7/17
to eID Middleware Dev
Hello Jay,

These libraries were part of our old SDK, which is no longer supported.
Our new SDK 4.0 (documentation, examples and C# wrapper) can be found here:
https://github.com/Fedict/eid-mw/tree/master/doc/sdk

The pkcs11 library (which actually is the new SDK), will be installed when you install the eID middleware (and is placed in the windows system folder(s))
The latest eID Middleware installer can be found here:
http://eid.belgium.be/en/using_your_eid/installing_the_eid_software/windows


Wkr,
 Frederik

--
You received this message because you are subscribed to the Google Groups "eID Middleware Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to eid-middleware-dev+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

yourb...@gmail.com

unread,
Feb 7, 2017, 3:57:28 AM2/7/17
to eID Middleware Dev
Dear Sir,

First of all thank you very much for your quick response.
Could you kindly send me a link where I can find a simple tutorial about how to retrieve data from eID card please?
Secondly I tried to run the EidSamples but now I get an error
"Application Configuration file "app.config" is invalid. Could not find file 'C:\Users\......'. "

Thank you very much for your help.
I really appreciated that.

Kr

yourb...@gmail.com

unread,
Feb 7, 2017, 4:36:23 AM2/7/17
to eID Middleware Dev
I fix this issue of app.config.

I want to retrieve the National Id number. 
Could you kindly tell me which class contains all these fields please?

Frederik Vernelen

unread,
Feb 7, 2017, 9:19:51 AM2/7/17
to yourb...@gmail.com, eID Middleware Dev
Hello,

You can find that information in the SDK documentation at
https://github.com/Fedict/eid-mw/tree/master/doc\sdk\documentation\beidsdk_card_data.pdf

Wkr,
 Frederik

--

yourb...@gmail.com

unread,
Feb 8, 2017, 4:06:32 AM2/8/17
to eID Middleware Dev, yourb...@gmail.com
Dear Frederik,

Thank you very much for your kind help.
But I just want to know about the return types..like return type of (surname and firstnames).
Where I can find all these return types please?
In the documentation you have mentioned to check "CKO_DATA" class but I cannot find that class in "Pkc11Net" project.
I want to know the return types of all "file_name" so I can retrieve data from eID card.

I really appreciated your help.

Wouter Verhelst

unread,
Feb 8, 2017, 8:57:33 AM2/8/17
to eid-middl...@googlegroups.com
Hi,

On 08-02-17 10:06, yourb...@gmail.com wrote:
> Dear Frederik,
>
> Thank you very much for your kind help.
> But I just want to know about the return types..like return type of
> (surname and firstnames).

What do you mean by "return types"? All functions return CKR_* values.

Do you mean "data types of the CKO_DATA objects"? If so, that's
documented in the "card contents" document:

https://github.com/Fedict/eid-mw/blob/master/doc/sdk/documentation/Belgian%20Electronic%20Identity%20Card%20content%20v4%2001.pdf

> Where I can find all these return types please?
> In the documentation you have mentioned to check "CKO_DATA" class but I
> cannot find that class in "Pkc11Net" project.
> I want to know the return types of all "file_name" so I can retrieve
> data from eID card.
>
> I really appreciated your help.
>
> On Tuesday, February 7, 2017 at 3:19:51 PM UTC+1, fvernelen wrote:
>
> Hello,
>
> You can find that information in the SDK documentation at
> https://github.com/Fedict/eid-mw/tree/master/doc\sdk\documentation\beidsdk_card_data.pdf
>
> Wkr,
> Frederik
>
> On Tue, Feb 7, 2017 at 10:36 AM, <yourb...@gmail.com <javascript:>>
> wrote:
>
> I fix this issue of app.config.
>
> I want to retrieve the National Id number.
> Could you kindly tell me which class contains all these fields
> please?
>
> On Tuesday, February 7, 2017 at 9:57:28 AM UTC+1,
> yourb...@gmail.com wrote:
>
> Dear Sir,
>
> First of all thank you very much for your quick response.
> Could you kindly send me a link where I can find a simple
> tutorial about how to retrieve data from eID card please?
> Secondly I tried to run the *EidSamples* but now I get an error
> "*Application Configuration file "app.config" is invalid.
> Could not find file 'C:\Users\.*.....'."
>
> Thank you very much for your help.
> I really appreciated that.
>
> Kr
>
> On Tuesday, February 7, 2017 at 8:33:50 AM UTC+1,
> yourb...@gmail.com wrote:
>
> Dear Sir,
>
> I want to develop an application to read data from eID.
> I was reading your pdf document (UDP_developers guide).
> On the page number *7 *it is written that we need these
> to dll files(beid35libCS.dll and beid35libCS_Wrapper.dll).
> But unfortunately I don't know where to find them.
> Would I be possible for you to kindly guide me please?
>
> Thank in advance
> Jay
>
> --
> You received this message because you are subscribed to the
> Google Groups "eID Middleware Dev" group.
> To unsubscribe from this group and stop receiving emails from
> it, send an email to
> eid-middleware-...@googlegroups.com <javascript:>.
> For more options, visit https://groups.google.com/d/optout
> <https://groups.google.com/d/optout>.
>
>
> --
> You received this message because you are subscribed to the Google
> Groups "eID Middleware Dev" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to eid-middleware-...@googlegroups.com
> <mailto:eid-middleware-...@googlegroups.com>.
> For more options, visit https://groups.google.com/d/optout.

--
Wouter Verhelst

Wouter Verhelst

unread,
Feb 8, 2017, 9:41:30 AM2/8/17
to eid-middl...@googlegroups.com


On 08-02-17 14:57, Wouter Verhelst wrote:
> Hi,
>
> On 08-02-17 10:06, yourb...@gmail.com wrote:
>> Dear Frederik,
>>
>> Thank you very much for your kind help.
>> But I just want to know about the return types..like return type of
>> (surname and firstnames).
>
> What do you mean by "return types"? All functions return CKR_* values.
>
> Do you mean "data types of the CKO_DATA objects"? If so, that's
> documented in the "card contents" document:
>
> https://github.com/Fedict/eid-mw/blob/master/doc/sdk/documentation/Belgian%20Electronic%20Identity%20Card%20content%20v4%2001.pdf

Correction; that should have been

https://github.com/Fedict/eid-mw/blob/master/doc/sdk/documentation/beidsdk_card_data.pdf

instead

(the first URL I gave also contains useful data, but the other one is
more interesting).

Regards,

--
Wouter Verhelst
Reply all
Reply to author
Forward
0 new messages