System::Security::Cryptography::RSACryptoServiceProvider::VerifyData metodo

RSACryptoServiceProvider::VerifyData method

Controlla la firma dei dati.

bool System::Security::Cryptography::RSACryptoServiceProvider::VerifyData(const ByteArrayPtr &buffer, const SharedPtr<Object> &halg, const ByteArrayPtr &signature)
ParametroTipoDescrizione
bufferconst ByteArrayPtr&Data per verificare la firma.
halgconst SharedPtr<Object>&Algoritmo di hash da utilizzare.
signatureconst ByteArrayPtr&Firma così come ricevuta.

ReturnValue

True se la firma è valida, false altrimenti.

Vedi anche