System::Security::Cryptography::DSACryptoServiceProvider::VerifyHash methode

DSACryptoServiceProvider::VerifyHash method

Controleert de gegevenshandtekening.

bool System::Security::Cryptography::DSACryptoServiceProvider::VerifyHash(const ByteArrayPtr &rgb_hash, const String &str, const ByteArrayPtr &rgb_signature)
ParameterTypeBeschrijving
rgb_hashconst ByteArrayPtr&Hash berekend voor ontvangen gegevens.
strconst String&Naam van de gebruikte hash-algoritme.
rgb_signatureconst ByteArrayPtr&Handtekening zoals ontvangen.

ReturnValue

True als de handtekening geldig is, false anders.

Zie ook