System::Security::Cryptography::HMACSHA512::ComputeHash method

HMACSHA512::ComputeHash method

Calculates HMAC.

ArrayPtr<uint8_t> System::Security::Cryptography::HMACSHA512::ComputeHash(const ArrayPtr<uint8_t> &buffer)
ParameterTypeDescription
bufferconst ArrayPtr<uint8_t>&Source buffer.

ReturnValue

Calculated HMAC value.

See Also