System::Security::Cryptography::ECDsa::VerifyHash 方法

ECDsa::VerifyHash method

检查数据签名。

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

ReturnValue

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

另见