CAPICOM certificate context
tool that needs to be passed a pointer to a cert context. (PCERT_CONTEXT
or something). I can create a memory store, load it from a .pfx file containing
one cert, but how do I get this context thing from
myStore.Certificates[1]? I don't see any 'getCertContext' function in store,
certificates, or certificate.
Thanks in advance for your help!!!

