System::Security::Cryptography::ECDsa::GenerateKey 方法

ECDsa::GenerateKey method

为指定的曲线生成新的公/私钥对。

virtual void System::Security::Cryptography::ECDsa::GenerateKey(const ECCurve &curve)
参数类型描述
curveconst ECCurve&用于生成密钥的曲线。

另见