System::Security::Cryptography::DSACryptoServiceProvider::VerifyHash metodo

DSACryptoServiceProvider::VerifyHash method

Controlla la firma dei dati.

bool System::Security::Cryptography::DSACryptoServiceProvider::VerifyHash(const ByteArrayPtr &rgb_hash, const String &str, const ByteArrayPtr &rgb_signature)
ParametroTipoDescrizione
rgb_hashconst ByteArrayPtr&Hash calcolato per i dati ricevuti.
strconst String&Nome dell’algoritmo hash utilizzato.
rgb_signatureconst ByteArrayPtr&Firma così come ricevuta.

ReturnValue

True se la firma è valida, false altrimenti.

Vedi anche