C# Класс CarrotInc.Amazon.Util.AWSSDKUtils

This class defines utilities and constants that can be used by all the client libraries of the SDK.
Показать файл Открыть проект

Открытые методы

Метод Описание
HMACSign ( string data, System key, KeyedHashAlgorithm algorithm ) : string
HMACSign ( string data, string key, KeyedHashAlgorithm algorithm ) : string

Computes RFC 2104-compliant HMAC signature

Описание методов

HMACSign() публичный статический Метод

public static HMACSign ( string data, System key, KeyedHashAlgorithm algorithm ) : string
data string
key System
algorithm System.Security.Cryptography.KeyedHashAlgorithm
Результат string

HMACSign() публичный статический Метод

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
Результат string