vote up 0 vote down star

Does the System.Security.Cryptography.Pkcs namespace have support for PKCS#11?

flag

4 Answers

vote up 1 vote down

Based on the information on MSDN, it appears that only PKCS 7 and 9 are supported.

link|flag
vote up 1 vote down

This company seem to have a PKCS#11 wrapper for .NET, but I have never used it [no affiliation].

link|flag
vote up 0 vote down

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:

http://msdn.microsoft.com/en-us/library/ms229931.aspx

link|flag
vote up 0 vote down

a project, wrapper for pkcs#11, is started on sourceforge. pkcs11net

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.