System::Security::Cryptography::ECDsaBotan::GenerateKey method

ECDsaBotan::GenerateKey method

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

void System::Security::Cryptography::ECDsaBotan::GenerateKey(const ECCurve &curve) override
ParameterTypeDescription
curveconst ECCurve&Curve to use to generate the keys.

See Also