function readOnly(count){ }
Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
Hi,
How do we generate authentication token using HMACSHA1 in Apex?
Thanks,
Prasad
Please refer to the Apex Developers Guide - section on Crypto class
Hi Eric,
Thank you for your reply. I could migrate C# code to Apex code using methods of Blob, Crypto and EncodingUtil classes.
Please refer to the Apex Developers Guide - section on Crypto class
Hi Eric,
Thank you for your reply. I could migrate C# code to Apex code using methods of Blob, Crypto and EncodingUtil classes.
Thanks,
Prasad