System::Security::Cryptography::RSACryptoServiceProvider::VerifyData yöntemi

RSACryptoServiceProvider::VerifyData method

Veri imzasını kontrol eder.

bool System::Security::Cryptography::RSACryptoServiceProvider::VerifyData(const ByteArrayPtr &buffer, const SharedPtr<Object> &halg, const ByteArrayPtr &signature)
ParameterTypeAçıklama
bufferconst ByteArrayPtr&İmzası kontrol edilecek Data.
halgconst SharedPtr<Object>&Kullanılacak hash algoritması.
imzaconst ByteArrayPtr&Alındığı gibi imza.

ReturnValue

İmza geçerliyse true, aksi takdirde false.

Ayrıca Bakınız