Page 1 of 1

Export RSA Public Key to Der format

Posted: Fri 08 Apr 2016 17:48
by lemesos
I need to send the RSA public key to a third party in Der format base64 encoded.
Can you help me with an example? Thanks

Re: Export RSA Public Key to Der format

Posted: Tue 12 Apr 2016 13:36
by ViktorV
To export public key, you can use the TScKey.ExportTo method with parameter PublicKeyOnly = True. See more details about this method in SecureBridge help: https://www.devart.com/sbridge/docs/tsckey_exportto.htm