System::Security::Cryptography::DSA::VerifySignature method
DSA::VerifySignature method
Verify DSA signature for the specified data.
virtual bool System::Security::Cryptography::DSA::VerifySignature(ByteArrayPtr rgb_hash, ByteArrayPtr rgb_signature)=0
| Parameter | Type | Description | 
|---|---|---|
| rgb_hash | ByteArrayPtr | Data signed with rgb_signature. | 
| rgb_signature | ByteArrayPtr | DSA signature. | 
ReturnValue
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.PUB for C++