System::Security::Cryptography::RSAPKCS1SignatureDeformatter::VerifySignature method
RSAPKCS1SignatureDeformatter::VerifySignature method
Verifies the signature of data hash.
virtual bool System::Security::Cryptography::RSAPKCS1SignatureDeformatter::VerifySignature(System::ArrayPtr<uint8_t> rgbHash, System::ArrayPtr<uint8_t> rgbSignature) override
Parameter | Type | Description |
---|---|---|
rgbHash | System::ArrayPtr<uint8_t> | Hash calculated for the data. |
rgbSignature | System::ArrayPtr<uint8_t> | Signature received for data. |
ReturnValue
True if signature is valid, false otherwise.
See Also
- Typedef ArrayPtr
- Class RSAPKCS1SignatureDeformatter
- Namespace System::Security::Cryptography
- Library Aspose.PUB for C++