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)
| Parametre | Tür | Açıklama |
|---|---|---|
| rgb_hash | const ByteArrayPtr& | Alınan veri için hesaplanan karma. |
| str | const String& | Kullanılan hash algoritmasının adı. |
| rgb_signature | const ByteArrayPtr& | Alındığı gibi imza. |
ReturnValue
İmza geçerliyse Doğru, aksi takdirde yanlış.
Ayrıca Bakınız
- Typedef ByteArrayPtr
- Class String
- Class DSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++