The secret cryptographic key (a binary value) used when encrypting the content.
HMACBinary
HMACBinary(secret: Binary, content: Binary, algorithm: String = "HmacSHA1"): Binary
Computes an HMAC hash (with a secret cryptographic key) on input content.
See also, HMACWith.
Parameters
| Name | Description | 
|---|---|
  | 
|
  | 
The binary input value.  | 
  | 
The hashing algorithm.   | 



