System::Security::Cryptography::RSACryptoServiceProvider::VerifyData método
RSACryptoServiceProvider::VerifyData method
Comprueba la firma de los datos.
bool System::Security::Cryptography::RSACryptoServiceProvider::VerifyData(const ByteArrayPtr &buffer, const SharedPtr<Object> &halg, const ByteArrayPtr &signature)
| Parámetro | Tipo | Descripción |
|---|---|---|
| buffer | const ByteArrayPtr& | Data para verificar la firma. |
| halg | const SharedPtr<Object>& | Algoritmo de hash a usar. |
| firma | const ByteArrayPtr& | Firma tal como se recibió. |
ReturnValue
True si la firma es válida, false en caso contrario.
Ver también
- Typedef ByteArrayPtr
- Typedef SharedPtr
- Class Object
- Class RSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++