System::Security::Cryptography::DSACryptoServiceProvider::VerifyHash methode
DSACryptoServiceProvider::VerifyHash method
Controleert de gegevenshandtekening.
bool System::Security::Cryptography::DSACryptoServiceProvider::VerifyHash(const ByteArrayPtr &rgb_hash, const String &str, const ByteArrayPtr &rgb_signature)
| Parameter | Type | Beschrijving |
|---|---|---|
| rgb_hash | const ByteArrayPtr& | Hash berekend voor ontvangen gegevens. |
| str | const String& | Naam van de gebruikte hash-algoritme. |
| rgb_signature | const ByteArrayPtr& | Handtekening zoals ontvangen. |
ReturnValue
True als de handtekening geldig is, false anders.
Zie ook
- Typedef ByteArrayPtr
- Class String
- Class DSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++