System::Security::Cryptography::ECDsa::GenerateKey method

ECDsa::GenerateKey method

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

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

See Also