System::Security::Cryptography::ECDsaBotan::VerifyHash metodo
ECDsaBotan::VerifyHash method
Controlla la firma dei dati.
bool System::Security::Cryptography::ECDsaBotan::VerifyHash(ByteArrayPtr hash, ByteArrayPtr signature) override
| Parametro | Tipo | Descrizione |
|---|---|---|
| hash | ByteArrayPtr | Hash calcolato per i dati ricevuti. |
| signature | ByteArrayPtr | Firma così come ricevuta. |
ReturnValue
True se la firma è valida, false altrimenti.
Vedi anche
- Typedef ByteArrayPtr
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++