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
I am working on a minidriver project which can generate keypair in smartcard. To generate a keypair from a test application I have to check if there is a keypair exist with the specified container name, if found I have to delete that. To check if a container exist with [...] read more