Export RSA Public Key to Der format

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
lemesos
Posts: 4
Joined: Sat 01 Nov 2008 21:39

Export RSA Public Key to Der format

Post by lemesos » Fri 08 Apr 2016 17:48

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

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Export RSA Public Key to Der format

Post by ViktorV » Tue 12 Apr 2016 13:36

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

Post Reply