I'm developing a third party Cryptographic Service Provider (CSP) DLL and Want to integrate the same with Microsoft Windows. The main goal of this development is to call our cryptographic functions like Digital Signature and signature verification from Office tools like word,excel etc. Here i'm facing the following issues.
1) I have developed CSP DLL, Signed and registered it in registry entries. This is working fine as we tested with test application by loading our cpacquirecontext and other crypto APIs.Here we are providing CSP name "XYZ" in the test application so that Test application correctly identifying our dll and calling the functions accordingly.
2) After this now we want to call our CSP dll API from Microsoft word for digital signature operation. For this what settings/Configurations need to be done in order to bypass default Microsoft csp and call our csp dll for Digital Signature. kindly help me in solving this issue.