HMAC Members

The HMAC type exposes the following members.
Methods

  NameDescription
Public methodStatic memberCalculateHMAC
Creates an HMAC-SHA1 hash from an array of parameters and a security token.
Public methodStatic memberCanonicalize
Canonicalizes an array of parameters into a string.
Public methodStatic memberValidateHMAC
Validates the provided HMAC against the provided security token and parameter list.
Back to Top
See Also