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
Export RSA Public Key to Der format
Re: Export RSA Public Key to Der format
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