System::Security::Cryptography::ECDsaBotan::SignHash 方法

ECDsaBotan::SignHash method

计算指定输入值的签名。

ByteArrayPtr System::Security::Cryptography::ECDsaBotan::SignHash(const ByteArrayPtr &hash) override
参数类型描述
哈希const ByteArrayPtr&待签名数据的哈希值。

ReturnValue

指定哈希的 ECDSA 签名。

另见