System::Security::Cryptography::DSACryptoServiceProvider::VerifyHash yöntemi

DSACryptoServiceProvider::VerifyHash method

Veri imzasını kontrol eder.

bool System::Security::Cryptography::DSACryptoServiceProvider::VerifyHash(const ByteArrayPtr &rgb_hash, const String &str, const ByteArrayPtr &rgb_signature)
ParameterTypeAçıklama
rgb_hashconst ByteArrayPtr&Alınan veri için hesaplanan özet.
strconst String&Kullanılan hash algoritmasının adı.
rgb_signatureconst ByteArrayPtr&Alındığı gibi imza.

ReturnValue

İmza geçerliyse true, aksi takdirde false.

Ayrıca Bakınız