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)
| Parameter | Type | Açıklama |
|---|---|---|
| rgb_hash | const ByteArrayPtr& | Alınan veri için hesaplanan özet. |
| str | const String& | Kullanılan hash algoritmasının adı. |
| rgb_signature | const ByteArrayPtr& | Alındığı gibi imza. |
ReturnValue
İmza geçerliyse true, aksi takdirde false.
Ayrıca Bakınız
- Typedef ByteArrayPtr
- Class String
- Class DSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++