GenerateKey()

ECDsa::GenerateKey(const ECCurve&) method

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

virtual void System::Security::Cryptography::ECDsa::GenerateKey(const ECCurve &curve)

Arguments

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

See Also