VerifySignature()
DSA::VerifySignature(ByteArrayPtr, ByteArrayPtr) method
Verify DSA signature for the specified data.
virtual bool System::Security::Cryptography::DSA::VerifySignature(ByteArrayPtr rgb_hash, ByteArrayPtr rgb_signature)=0
Arguments
Parameter | Type | Description |
---|---|---|
rgb_hash | ByteArrayPtr | Data signed with rgb_signature. |
rgb_signature | ByteArrayPtr | DSA signature. |
Return Value
true - if rgb_signature matches the DSA signature computed on rgb_hash, otherwise - false.
See Also
- Typedef ByteArrayPtr
- Class DSA
- Namespace System::Security::Cryptography
- Library Aspose.Slides