System::Security::Cryptography::RSACryptoServiceProvider::VerifyData méthode
RSACryptoServiceProvider::VerifyData method
Vérifie la signature des données.
bool System::Security::Cryptography::RSACryptoServiceProvider::VerifyData(const ByteArrayPtr &buffer, const SharedPtr<Object> &halg, const ByteArrayPtr &signature)
| Paramètre | Type | Description |
|---|---|---|
| buffer | const ByteArrayPtr& | Data pour vérifier la signature. |
| halg | const SharedPtr<Object>& | Algorithme de hachage à utiliser. |
| signature | const ByteArrayPtr& | Signature telle que reçue. |
ReturnValue
True si la signature est valide, false sinon.
Voir aussi
- Typedef ByteArrayPtr
- Typedef SharedPtr
- Class Object
- Class RSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++