System::Security::Cryptography::DSA::VerifySignature 方法
DSA::VerifySignature method
验证指定数据的 DSA 签名。
virtual bool System::Security::Cryptography::DSA::VerifySignature(ByteArrayPtr rgb_hash, ByteArrayPtr rgb_signature)=0
| 参数 | 类型 | 描述 |
|---|---|---|
| rgb_hash | ByteArrayPtr | Data 使用 rgb_signature 签名。 |
| rgb_signature | ByteArrayPtr | DSA 签名。 |
ReturnValue
true - 如果 rgb_signature 与在 rgb_hash 上计算的 DSA 签名匹配,否则为 false。
另见
- Typedef ByteArrayPtr
- Class DSA
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++