System::Security::Cryptography::ECDsaBotan::GenerateKey 方法

ECDsaBotan::GenerateKey method

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

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

另见