System::Security::Cryptography::RSACryptoServiceProvider::VerifyData Methode

RSACryptoServiceProvider::VerifyData method

Überprüft die Datensignatur.

bool System::Security::Cryptography::RSACryptoServiceProvider::VerifyData(const ByteArrayPtr &buffer, const SharedPtr<Object> &halg, const ByteArrayPtr &signature)
ParameterTypBeschreibung
bufferconst ByteArrayPtr&Data zum Prüfen der Signatur.
halgconst SharedPtr<Object>&Hash-Algorithmus, der verwendet werden soll.
Signaturconst ByteArrayPtr\&Signatur wie empfangen.

ReturnValue

True, wenn die Signatur gültig ist, false andernfalls.

Siehe auch