System::Security::Cryptography::HMACSHA512::ComputeHash method
HMACSHA512::ComputeHash method
Calculates HMAC.
ArrayPtr<uint8_t> System::Security::Cryptography::HMACSHA512::ComputeHash(const ArrayPtr<uint8_t> &buffer)
Parameter | Type | Description |
---|---|---|
buffer | const ArrayPtr<uint8_t>& | Source buffer. |
ReturnValue
Calculated HMAC value.
See Also
- Typedef ArrayPtr
- Class HMACSHA512
- Namespace System::Security::Cryptography
- Library Aspose.TeX for C++