I'm working on converting what was originally a web forms .NET application to UWP. The application is for using company-issued badges to record meeting attendance instead of our current paper sign in sheets. The original program uses an Omnikey 5427 CK in keyboard wedge mode and has no problems. For [...] read more
For a couple of days now at certain times my notebook does not know about my GPG secret key anymore. I have it saved on a Yubikey and use it to decrypt my passwords, as well as signing and encrypting my emails. So sometimes, when I try to decrypt my [...] read more
I am new to.net and I would like to identify if card is detected or removed using winscard's SCardGetStatusChange. But it is returning retcode = -2146435063 which when converted to Hex would give me 0x80100009 = SCARD_E_UNKNOWN_READER. I just based my code from pinvoke.net Here's sample of my code Public [...] read more