I have a problem with keypair and certificate generate in token using csp or pkcs, and i must to distict this then i want to know "How to check certificate and key pair created by CSP or PKCS ??".

link|improve this question

48% accept rate
feedback

1 Answer

You should check their respective API as the first step.

For PKCS, you should read PKCS11 standard as mentioned on: http://www.rsa.com/rsalabs/node.asp?id=2133

This API interface will contains the method to check on the certificate.

Take note that in general, CSP is used by only Microsoft Product, while PKCS is used by the other software vendors.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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