The Service we access for authentication, returns PKCS#8, encoded private and public key separately as bytes. I need to use this private key and sign the payload, which will be verified at server side. I have exhausted the RSACryptoServiceProvider and RsaSecurityToken, which does not import private key alone.
Asked
Active
Viewed 1,134 times