System::Security::Cryptography::RSACryptoServiceProvider::VerifyData methode

RSACryptoServiceProvider::VerifyData method

Controleert de gegevenshandtekening.

bool System::Security::Cryptography::RSACryptoServiceProvider::VerifyData(const ByteArrayPtr &buffer, const SharedPtr<Object> &halg, const ByteArrayPtr &signature)
ParameterTypeBeschrijving
bufferconst ByteArrayPtr&Data om de handtekening voor te controleren.
halgconst SharedPtr<Object>&Hash-algoritme om te gebruiken.
handtekeningconst ByteArrayPtr&Handtekening zoals ontvangen.

ReturnValue

True als de handtekening geldig is, false anders.

Zie ook