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

RSACryptoServiceProvider::VerifyData method

Prüft die Datensignatur.

bool System::Security::Cryptography::RSACryptoServiceProvider::VerifyData(const ByteArrayPtr &buffer, const SharedPtr<Object> &halg, const ByteArrayPtr &signature)
ParameterTypBeschreibung
bufferconst ByteArrayPtr&Daten zur Überprüfung der Signatur.
halgconst SharedPtr<Object>&Hash-Algorithmus zur Verwendung.
Signaturconst ByteArrayPtr&Signatur wie empfangen.

ReturnValue

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

Siehe auch