Discuss this help topic in SecureBlackbox Forum
Create certificate with ECDSA key
Generation of a certificate carrying a ECDSA key in most cases is no different from the standard generation procedure.
The only difference is how you specify the parameters of the key.
By default, configuration of the elliptic curve is chosen automatically, basing on the key size passed to the Generate() method:
cert.Generate(8, SBConstants.Unit.SB_CERT_ALGORITHM_SHA224_ECDSA);
Depending on the key size (in bits), the following curves will be used: