Jeff Shipman
Jeff Shipman
1. Once you obtain a list of readers using SCardListReaders, you can pass the format string `\\.\\` as the pszScope for NCryptEnumKeys to specify the enumeration should be from the...
Yeah, unfortunately MSDN doesn't do a great job of splitting between different KSPs and the unique behavior among them. For key generation, you'll also need to specify the name of...
@rmhrisk Is your question on how to query the minidriver being used? You can use [SCardGetCardTypeProviderName](https://msdn.microsoft.com/en-us/library/windows/desktop/aa379655(v=vs.85).aspx) to find the minidriver. You can use [SCardListCards](https://msdn.microsoft.com/en-us/library/windows/desktop/aa379789(v=vs.85).aspx) to get the card name from...