System::Security::Cryptography::ECDsa::VerifyData method
İçindekiler
[
Saklamak
]ECDsa::VerifyData(const ByteArrayPtr&, const ByteArrayPtr&, const HashAlgorithmName&) method
Belirtilen verinin imzasının geçerli olduğunu doğrular.
bool System::Security::Cryptography::ECDsa::VerifyData(const ByteArrayPtr &data, const ByteArrayPtr &signature, const HashAlgorithmName &hash_algorithm)
| Parametre | Tür | Açıklama |
|---|---|---|
| veri | const ByteArrayPtr& | İmzalı veri. |
| imza | const ByteArrayPtr& | İmza verisi. |
| hash_algorithm | const HashAlgorithmName& | Hash algoritması. İmza geçerli ise true, aksi takdirde false döndürür. |
Ayrıca Bakınız
- Typedef ByteArrayPtr
- Class ECDsa
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
ECDsa::VerifyData(const ByteArrayPtr&, int32_t, int32_t, const ByteArrayPtr&, const HashAlgorithmName&) method
Belirtilen verinin imzasının geçerli olduğunu doğrular.
bool System::Security::Cryptography::ECDsa::VerifyData(const ByteArrayPtr &data, int32_t offset, int32_t count, const ByteArrayPtr &signature, const HashAlgorithmName &hash_algorithm)
| Parametre | Tür | Açıklama |
|---|---|---|
| veri | const ByteArrayPtr& | İmzalı veri. |
| offset | int32_t | Offset data içinde. |
| count | int32_t | Hashlenecek bayt sayısı. |
| imza | const ByteArrayPtr& | İmza verisi. |
| hash_algorithm | const HashAlgorithmName& | Hash algoritması. İmza geçerli ise true, aksi takdirde false döndürür. |
Ayrıca Bakınız
- Typedef ByteArrayPtr
- Class ECDsa
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
ECDsa::VerifyData(const StreamPtr&, const ByteArrayPtr&, const HashAlgorithmName&) method
Belirtilen ikili akışın imzasının geçerli olduğunu doğrular.
bool System::Security::Cryptography::ECDsa::VerifyData(const StreamPtr &stream, const ByteArrayPtr &signature, const HashAlgorithmName &hash_algorithm)
| Parametre | Tür | Açıklama |
|---|---|---|
| akış | const StreamPtr& | İmzalı veri. |
| imza | const ByteArrayPtr& | İmza verisi. |
| hash_algorithm | const HashAlgorithmName& | Hash algoritması. İmza geçerli ise true, aksi takdirde false döndürür. |
Ayrıca Bakınız
- Typedef StreamPtr
- Typedef ByteArrayPtr
- Class ECDsa
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++