Método System::Security::Cryptography::RSACryptoServiceProvider::VerifyData
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 hash a usar. |
| firma | const ByteArrayPtr& | Firma tal como se recibió. |
ReturnValue
Verdadero si la firma es válida, falso en caso contrario.
Ver también
- Typedef ByteArrayPtr
- Typedef SharedPtr
- Class Object
- Class RSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.PDF for C++