System::Security::Cryptography::DSACryptoServiceProvider::VerifySignature method
DSACryptoServiceProvider::VerifySignature method
Verify DSA signature for the specified data.
bool System::Security::Cryptography::DSACryptoServiceProvider::VerifySignature(ByteArrayPtr rgb_hash, ByteArrayPtr rgb_signature) override
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 DSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.TeX for C++