System::Security::Cryptography::HashAlgorithm::ComputeHash method
محتويات
[
يخفي
]HashAlgorithm::ComputeHash(const ArrayPtr<uint8_t>&) method
يُجّزّ المخزن المؤقت.
ArrayPtr<uint8_t> System::Security::Cryptography::HashAlgorithm::ComputeHash(const ArrayPtr<uint8_t> &buffer)
| Parameter | Type | الوصف |
|---|---|---|
| المخزن المؤقت | const ArrayPtr<uint8_t>& | مخزن المصدر. |
ReturnValue
قيمة الهاش المحسوبة.
انظر أيضًا
- Typedef ArrayPtr
- Class HashAlgorithm
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
HashAlgorithm::ComputeHash(const ArrayPtr<uint8_t>&, int, int) method
يُجّزّ جزء من المخزن المؤقت.
ArrayPtr<uint8_t> System::Security::Cryptography::HashAlgorithm::ComputeHash(const ArrayPtr<uint8_t> &buffer, int offset, int count)
| Parameter | Type | الوصف |
|---|---|---|
| المخزن المؤقت | const ArrayPtr<uint8_t>& | مخزن المصدر. |
| الإزاحة | int | الإزاحة في مخزن المصدر. |
| count | int | عدد البايتات لاستخدامها من مخزن المصدر. |
ReturnValue
قيمة الهاش المحسوبة.
انظر أيضًا
- Typedef ArrayPtr
- Class HashAlgorithm
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
HashAlgorithm::ComputeHash(SharedPtr<IO::Stream> const&) method
يقرأ الدفق حتى النهاية ويحسب التجزئة للبيانات المقروءة.
ArrayPtr<uint8_t> System::Security::Cryptography::HashAlgorithm::ComputeHash(SharedPtr<IO::Stream> const &inputStream)
| Parameter | Type | الوصف |
|---|---|---|
| inputStream | SharedPtr<IO::Stream> const& | دفق لقراءة البيانات منه. |
ReturnValue
قيمة الهاش المحسوبة لكامل بيانات الدفق.
انظر أيضًا
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Stream
- Class HashAlgorithm
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++