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

HMACSHA512::ComputeHash method

计算 HMAC

ArrayPtr<uint8_t> System::Security::Cryptography::HMACSHA512::ComputeHash(const ArrayPtr<uint8_t> &buffer)
参数类型描述
bufferconst ArrayPtr<uint8_t>&源缓冲区。

ReturnValue

已计算的 HMAC 值。

另见