Click here to Skip to main content
15,892,809 members
Please Sign up or sign in to vote.
1.24/5 (3 votes)
See more:
Hiii everyone

Could anyone please help me.... I am working in an ASP .Net project. In which I would like to integrate EIDA toolkit for getting the personal details of a person such as Name,Date of Birth,Gender,etc. by entering his EID(Emirates ID). I am using dot net framework version 4.0. Please help me to implement this API in my application ...


Thanks in advance.
Posted
Updated 12-Nov-19 18:57pm
Comments
Richard MacCutchan 25-Mar-14 7:53am    
You need to read the documentation for the API.

Go to this page and you will get all

http://sdk.emiratesid.ae/page/Downloads.aspx

Ribu
 
Share this answer
 
Hi Dear All


I have solved this issue myself...

Thank You...
 
Share this answer
 
Comments
usufit 9-Jun-14 1:48am    
Hi SubashRokzz i am also now using the same please say how to solve that .This is my mail address
yusufdeee@gmail.com.I am waiting for ur reply
manjuanna 24-Aug-16 3:28am    
Would you share these solutions with me also,my mail id is manjumukkada@gmail.com,


Waiting for your reply..thank you so much in advance
usufit 10-Jun-14 1:38am    
Hi i am yusuf again i am waiting for your rply .I am also doing the emirate id with asp.net project .Please clear me .Hope you can understand my situation here .I have small time to finish this.Thanks in advance
krishna manduri 17-Jul-18 3:45am    
hi yusuf,
did you found the solution? If you found, please share some points here how you resolved.

Thanks in advance.
hishamkmr 24-Aug-15 6:29am    
Dear SubhashRokzz it will be helpful for me too if u can share how u achieved the same..im trying to do it in mvc
maybe it's too late, but this problem is still active since there is no yet an official SDK that offer native web application solution. the only official solution is a java applet which is obsolete by all modern browsers.
I have a workaround using a chrome extension if you are interested.

as a summary:
you will create a desktop application that while launching, it read emirates ID and copy the data into the windows clipboard and close.
You will register that application in chrome.
you will create a chrome extension to call that application, and read the clipboard, which contains the data, and push it to the web page.

I have the full solution available on github, so feel free to check it.
 
Share this answer
 
v3
Comments
Member 10950049 5-May-21 6:02am    
Hi Omar,

While I am integrating Emirates ID reader to the web, it is giving me errors like 'Specified native messaging host not found.', 'The message port closed before a response was received.'

I've already go through your solution in Github and did it exactly like that. But I'm getting the same error.

Could you please help me?
NuGet Gallery | UAEPassOAuth 1.0.0[^]

Use this NuGet package if you like.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900