System::Security::Cryptography::ECDsa::VerifyHash method

ECDsa::VerifyHash method

检查数据签名。

virtual bool System::Security::Cryptography::ECDsa::VerifyHash(ByteArrayPtr hash, ByteArrayPtr signature)=0
ParameterType描述
哈希ByteArrayPtr对接收数据计算的哈希。
签名ByteArrayPtr接收到的签名。

ReturnValue

如果签名有效则为 True,否则为 false。

另见