I recently developed a C# application that can read the PCSC chip in Emirates Identity card, using the SDK provide by Emirates Identity Authority and HID OMNIKEY 3121 device. But I need to read all the GCC Identity cards that have PCSC chips on them, like Omani and mainly Saudi Arabia.
But all the APIs I found online was low-level, that I have to send byte commands to read data. I even tried to follow some tutorials, but with no luck.
Is there any high-level SDK that I can use to read any PCSC chip card?