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

HMACSHA512::ComputeHash method

Berechnet HMAC.

ArrayPtr<uint8_t> System::Security::Cryptography::HMACSHA512::ComputeHash(const ArrayPtr<uint8_t> &buffer)
ParameterTypBeschreibung
Pufferconst ArrayPtr<uint8_t>&Quellpuffer.

ReturnValue

Berechneter HMAC-Wert.

Siehe auch