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ámetro | Tipo | Descripción |
|---|---|---|
| rgb_hash | const ByteArrayPtr& | Hash calculado para los datos recibidos. |
| str | const String& | Nombre del algoritmo hash utilizado. |
| rgb_signature | const ByteArrayPtr& | Firma tal como se recibió. |
ReturnValue
True si la firma es válida, false en caso contrario.
Ver también
- Typedef ByteArrayPtr
- Class String
- Class DSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++