C# Class CarrotInc.Amazon.Util.AWSSDKUtils

This class defines utilities and constants that can be used by all the client libraries of the SDK.
Afficher le fichier Open project: GoCarrotArchive/carrot-unity

Méthodes publiques

Méthode Description
HMACSign ( string data, System key, KeyedHashAlgorithm algorithm ) : string
HMACSign ( string data, string key, KeyedHashAlgorithm algorithm ) : string

Computes RFC 2104-compliant HMAC signature

Method Details

HMACSign() public static méthode

public static HMACSign ( string data, System key, KeyedHashAlgorithm algorithm ) : string
data string
key System
algorithm System.Security.Cryptography.KeyedHashAlgorithm
Résultat string

HMACSign() public static méthode

Computes RFC 2104-compliant HMAC signature
public static HMACSign ( string data, string key, KeyedHashAlgorithm algorithm ) : string
data string The data to be signed
key string The secret signing key
algorithm System.Security.Cryptography.KeyedHashAlgorithm The algorithm to sign the data with
Résultat string