SnapDB Library
C#
VB
C++
JavaScript
Show/Hide TOC
Hmac
T
Compute Method
Overload List
Compute(
Byte
,
Byte
)
Computes an HMAC using the specified secret key for the entire input data.
Compute(
Byte
,
Byte
, Int32, Int32)
Computes an HMAC using the specified secret key, input data, and a specified range within the input data.
See Also
Reference
Hmac
T
Class
SnapDB.Security Namespace
In This Article
Overload List
See Also