AWS SDK for .NET Documentation
HMACSign Method (data, key, algorithm)
AmazonAmazon.UtilAWSSDKUtilsHMACSign(String, SecureString, KeyedHashAlgorithm) Did this page help you?   Yes   No    Tell us about it...
Computes RFC 2104-compliant HMAC signature
Declaration Syntax
C#
public static string HMACSign(
	string data,
	SecureString key,
	KeyedHashAlgorithm algorithm
)
Parameters
data (String)
The data to be signed
key (SecureString)
The secret signing key
algorithm (KeyedHashAlgorithm)
The algorithm to sign the data with
Return Value
A string representing the HMAC signature
Exceptions
ExceptionCondition
ArgumentNullException

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)