Ye,
If the SDK of the card is not helpful then I'm not sure why the SDK is there in the first place. Try to recheck the SDK.
If you don't fnid anything, I can think of 2 ways you can go on.
1)Use the Windows Namespace Windows.Devices.SmartCards . You can find a sample here: https://docs.microsoft.com/en-us/sam...les/smartcard/
2)Use the Windows API: You can take a look here: https://www.pinvoke.net/default.aspx...d.scardconnect
I'm not sure if the latest is also used for the Windows.Devices.SmartCards namespace, so I would suggest first trying the no1 suggestion.