System::Security::Cryptography::DSACryptoServiceProvider::VerifyHash method
DSACryptoServiceProvider::VerifyHash method
Checks data signature.
bool System::Security::Cryptography::DSACryptoServiceProvider::VerifyHash(const ByteArrayPtr &rgb_hash, const String &str, const ByteArrayPtr &rgb_signature)
Parameter | Type | Description |
---|---|---|
rgb_hash | const ByteArrayPtr& | Hash calculated for received data. |
str | const String& | Name of hash algorithm used. |
rgb_signature | const ByteArrayPtr& | Signature as received. |
ReturnValue
True if signature is valid, false otherwise.
See Also
- Typedef ByteArrayPtr
- Class String
- Class DSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.TeX for C++