System::Security::Cryptography::ECDsa::VerifyHash metodo
ECDsa::VerifyHash method
Controlla la firma dei dati.
virtual bool System::Security::Cryptography::ECDsa::VerifyHash(ByteArrayPtr hash, ByteArrayPtr signature)=0
| 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 ECDsa
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++