GenerateKey()

ECDsaBotan::GenerateKey(const ECCurve&) method

Generates a new public/private key pair for the specified curve.

void System::Security::Cryptography::ECDsaBotan::GenerateKey(const ECCurve &curve) override

Arguments

ParameterTypeDescription
curveconst ECCurve&Curve to use to generate the keys.

See Also