I have created a self-signed certificate and stored it in the personal certificates store. When I double-click on the certificate in mmc, it indicates ‘You have a private key that corresponds to this certificate.’
However, when I right-click and select All Tasks -> Manage Private Keys, an error message appears saying, ‘No key found for this certificate.’
Additionally, I have programmatically created an X.509 certificate and can use it to authenticate my service programmatically. My only issue is that when I click on All Tasks -> Manage Private Keys, I encounter the error. I want to use this option to access the permission details.”
Can anyone throw some light what could have gone wrong in this case. Thanks in advance