System::Security::Cryptography::HMACSHA512::ComputeHash Methode

HMACSHA512::ComputeHash method

Berechnet HMAC.

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

ReturnValue

Berechneter HMAC Wert.

Siehe auch