i have a pem public key and i want to convert to xml format public key or AsymmetricKeyParameter.
i can convert pem Private key to Public/Private xml format or asymmetricKeyParameter with PemReader in bouncyCastle in C#.but when use Pem Public Key in PemReader , i receive error.
please help me.
what else solution for my problem?