Does the System.Security.Cryptography.Pkcs namespace have support for PKCS#11?
|
|
Based on the information on MSDN, it appears that only PKCS 7 and 9 are supported. |
||
|
|
|
|
This company seem to have a PKCS#11 wrapper for .NET, but I have never used it [no affiliation]. |
||
|
|
|
|
Microsoft's cryptography support for custom external software is typically done through a "CSP". There exists at least two implementations of Microsoft CSP on top of PKCS#11:
You may want to look at the following MSDN article for reference on how to use a CSP: |
||
|
|
|
|
a project, wrapper for pkcs#11, is started on sourceforge. pkcs11net |
||
|
|
