System::Security::Cryptography::RSACryptoServiceProvider::VerifyData method
RSACryptoServiceProvider::VerifyData method
Checks data signature.
bool System::Security::Cryptography::RSACryptoServiceProvider::VerifyData(const ByteArrayPtr &buffer, const SharedPtr<Object> &halg, const ByteArrayPtr &signature)
Parameter | Type | Description |
---|---|---|
buffer | const ByteArrayPtr& | Data to check signature for. |
halg | const SharedPtr<Object>& | Hash algorithm to use. |
signature | const ByteArrayPtr& | Signature as received. |
ReturnValue
True if signature is valid, false otherwise.
See Also
- Typedef ByteArrayPtr
- Typedef SharedPtr
- Class Object
- Class RSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.PUB for C++