rsacryptoserviceprovider using x509 certificates c#

前端 未结 4 1871
失恋的感觉
失恋的感觉 2020-12-28 23:31

i am using a certificate generated by makecert which has both private and public key. The java side uses this public key to encrypt the data and .net decrypts it back.

4条回答
  •  不知归路
    2020-12-28 23:45

    I finally found the problem. I wasn't putting the key to makecert to define it as RSA Crypto key.

提交回复
热议问题