System::Security::Cryptography::DSACryptoServiceProvider::VerifyHash método

DSACryptoServiceProvider::VerifyHash method

Comprueba la firma de los datos.

bool System::Security::Cryptography::DSACryptoServiceProvider::VerifyHash(const ByteArrayPtr &rgb_hash, const String &str, const ByteArrayPtr &rgb_signature)
ParámetroTipoDescripción
rgb_hashconst ByteArrayPtr&Hash calculado para los datos recibidos.
strconst String&Nombre del algoritmo hash utilizado.
rgb_signatureconst ByteArrayPtr&Firma tal como se recibió.

ReturnValue

True si la firma es válida, false en caso contrario.

Ver también