Metodo System::Security::Cryptography::ECDsa::VerifyHash

ECDsa::VerifyHash method

Controlla la firma dei dati.

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

ReturnValue

True se la firma è valida, false altrimenti.

Vedi anche