Hi,
I want to sign some data with the private key ( I had the Digital Certificate with the public key alone, but I know the private key, hence I can supply as a string) and decrpt back with the public key from the certificate.
I try to do with .pfx file and the x509certicate2 + RSACryptoServiceProvider class. But I was not able to decrpt back with the public key once if it was sign with the private key from the certificate.
With Thanks,
Ragunath