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

HMACSHA512::ComputeHash method

HMACを計算します。

ArrayPtr<uint8_t> System::Security::Cryptography::HMACSHA512::ComputeHash(const ArrayPtr<uint8_t> &buffer)
パラメーター説明
バッファconst ArrayPtr<uint8_t>&ソースバッファ。

ReturnValue

計算されたHMACの値。

参照