System::Security::Cryptography::ECDsa::VerifyHash método
ECDsa::VerifyHash method
Comprueba la firma de los datos.
virtual bool System::Security::Cryptography::ECDsa::VerifyHash(ByteArrayPtr hash, ByteArrayPtr signature)=0
| Parámetro | Tipo | Descripción |
|---|---|---|
| hash | ByteArrayPtr | Hash calculado para los datos recibidos. |
| firma | ByteArrayPtr | Firma tal como se recibió. |
ReturnValue
Verdadero si la firma es válida, falso en caso contrario.
Ver también
- Typedef ByteArrayPtr
- Class ECDsa
- Namespace System::Security::Cryptography
- Library Aspose.PDF for C++