HMACSHA1()

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

Constructor.

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

Arguments

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

See Also