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

HMACSHA512::ComputeHash method

Calcola HMAC.

ArrayPtr<uint8_t> System::Security::Cryptography::HMACSHA512::ComputeHash(const ArrayPtr<uint8_t> &buffer)
ParametroTipoDescrizione
bufferconst ArrayPtr<uint8_t>&Buffer di origine.

ReturnValue

Valore HMAC calcolato.

Vedi anche