ComputeHash()
HMACSHA512::ComputeHash(const ArrayPtr<uint8_t>&) method
Calculates HMAC.
ArrayPtr<uint8_t> System::Security::Cryptography::HMACSHA512::ComputeHash(const ArrayPtr<uint8_t> &buffer)
Arguments
Parameter | Type | Description |
---|---|---|
buffer | const ArrayPtr<uint8_t>& | Source buffer. |
Return Value
Calculated HMAC value.
See Also
- Typedef ArrayPtr
- Class HMACSHA512
- Namespace System::Security::Cryptography
- Library Aspose.Slides