System::Security::Cryptography::ECDsa::SignHash 方法

ECDsa::SignHash method

计算指定输入值的签名。

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

ReturnValue

指定哈希的 ECDSA 签名。

另见