Trying to access keys stuck in the Windows Certificate Store which are in the Local Machine store. MSCAPI is no help since that only provides access to the Current User and Root stores. Is there a known best-practice way of getting to the Local Machine store?
Everything I can find on this issue - like this StackOverflow question - is at least a few years out of date. Is JNI inevitable here?