Método System::Security::Cryptography::RSACryptoServiceProvider::VerifyData

RSACryptoServiceProvider::VerifyData method

Comprueba la firma de los datos.

bool System::Security::Cryptography::RSACryptoServiceProvider::VerifyData(const ByteArrayPtr &buffer, const SharedPtr<Object> &halg, const ByteArrayPtr &signature)
ParámetroTipoDescripción
bufferconst ByteArrayPtr&Data para verificar la firma.
halgconst SharedPtr<Object>&Algoritmo hash a usar.
firmaconst ByteArrayPtr&Firma tal como se recibió.

ReturnValue

Verdadero si la firma es válida, falso en caso contrario.

Ver también