System::Security::Cryptography::DSACryptoServiceProvider::VerifyHash méthode
DSACryptoServiceProvider::VerifyHash method
Vérifie la signature des données.
bool System::Security::Cryptography::DSACryptoServiceProvider::VerifyHash(const ByteArrayPtr &rgb_hash, const String &str, const ByteArrayPtr &rgb_signature)
| Paramètre | Type | Description |
|---|---|---|
| rgb_hash | const ByteArrayPtr& | Hachage calculé pour les données reçues. |
| str | const String& | Nom de l’algorithme de hachage utilisé. |
| rgb_signature | const ByteArrayPtr& | Signature telle que reçue. |
ReturnValue
True si la signature est valide, false sinon.
Voir aussi
- Typedef ByteArrayPtr
- Class String
- Class DSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++