Creation of ECDSA Keypair

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
RErnst
Posts: 3
Joined: Wed 28 Jul 2021 07:29

Creation of ECDSA Keypair

Post by RErnst » Tue 09 Aug 2022 07:49

Hi, is it possible to create a ECDSA Keypair with TScKey ?

I have found a sample how to create a RSA Keypair but
how to create ECDSA?

Regards,
Reinhard

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Re: Creation of ECDSA Keypair

Post by Dimon » Fri 12 Aug 2022 09:46

In order to generate new ECDSA key you should use the TScKey.GenerateEC method.
You can find detailed information about TScKey class in the SecureBridge help.

Post Reply