5

I'm looking to run some tests using the PKCS #11 interface and was wondering if Microsoft provided a software based implementation the provides PKCS #11 functionality?

Rather then waiting for a HSM to arrive and be properly configured I'd rather get started on testing interaction with the interface now.

jww
  • 83,594
  • 69
  • 338
  • 732
Scott Markwell
  • 1,096
  • 1
  • 15
  • 32

2 Answers2

8

Microsoft does not. Microsoft has rejected PKCS11 in favor of the smart card minidriver/base smart card CSP. However, you can get smart cards with PKCS11 support from many vendors that will allow you to test code. Some even have "softtokens" that emulate a smart card. Note that most smartcards are quite limited as to what they support relative to a full HSM.

WouterH
  • 116
  • 1
  • 3
0

It´s not provided by Microsoft but you can use third parties implementations, for example:

Rafael Membrives
  • 516
  • 4
  • 11