System::Security::Cryptography::RSACryptoServiceProvider::VerifyData methode
RSACryptoServiceProvider::VerifyData method
Controleert de gegevenshandtekening.
bool System::Security::Cryptography::RSACryptoServiceProvider::VerifyData(const ByteArrayPtr &buffer, const SharedPtr<Object> &halg, const ByteArrayPtr &signature)
| Parameter | Type | Beschrijving |
|---|---|---|
| buffer | const ByteArrayPtr& | Data om de handtekening voor te controleren. |
| halg | const SharedPtr<Object>& | Hash-algoritme om te gebruiken. |
| handtekening | const ByteArrayPtr& | Handtekening zoals ontvangen. |
ReturnValue
True als de handtekening geldig is, false anders.
Zie ook
- Typedef ByteArrayPtr
- Typedef SharedPtr
- Class Object
- Class RSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++