System::Security::Cryptography::ECDsa::SignHash method

ECDsa::SignHash method

计算指定输入值的签名。

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

ReturnValue

指定哈希的 ECDSA 签名。

另见