I'm writing programm which communicates with SmartCard. The SmartCard is a source of Public Key. I get the public key as byte [] and convert it to String
. I would like to use the key to create certificate signing request.
How can I transform byte[] / string (my public key) to any C# key parameters (e.g. RsaKeyParameters or AsymmetricKeyParameter)?