Crypto.CreateHmac is a Power Query M function that creates an HMAC (hash-based message authentication code) using a chosen cryptographic algorithm, a password, and a binary value.
Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365
Syntax
Crypto.CreateHmac(
algorithm as number,
password as any,
value as binary,
) as binary
Description
Crypto.CreateHmac
Related functions
Other functions related to Crypto.CreateHmac are:
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy