In certificates, what is KSP & CSP, and what are their difference?
In C#, how to figure out whether the certificate is using CSP or KSP.
In certificates, what is KSP & CSP, and what are their difference? In C#,
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
CSP is Cryptographic service provider.
KSP is Key storage provider.
See MSDN for samples of working with the System.Security.Cryptography namespace.