System::Security::Cryptography::ECDsaBotan::VerifyHash method

ECDsaBotan::VerifyHash method

Controlla la firma dei dati.

bool System::Security::Cryptography::ECDsaBotan::VerifyHash(ByteArrayPtr hash, ByteArrayPtr signature) override
ParametroTipoDescrizione
hashByteArrayPtrHash calcolato per i dati ricevuti.
firmaByteArrayPtrFirma così ricevuta.

ReturnValue

True se la firma è valida, false altrimenti.

Vedi anche