HMACSHA512()

HMACSHA512::HMACSHA512() constructor

Constructor.

System::Security::Cryptography::HMACSHA512::HMACSHA512()

HMACSHA512::HMACSHA512(const System::ArrayPtr<uint8_t>&) constructor

Constructor.

System::Security::Cryptography::HMACSHA512::HMACSHA512(const System::ArrayPtr<uint8_t> &key)

Arguments

ParameterTypeDescription
keyconst System::ArrayPtr<uint8_t>&Hasher key.

See Also